registerProperty<TValue> abstract method

BindableProperty<TValue> registerProperty<TValue>(
  1. Object propertyKey,
  2. BindableProperty<TValue> property
)

注册一个绑定属性

propertyKey 指定属性键

property 指定绑定属性

Implementation

BindableProperty<TValue> registerProperty<TValue>(
    Object propertyKey, BindableProperty<TValue> property);