DependencyProperty.PropertyType 属性
定义
获取 Type 中存储的值的 DependencyProperty。Gets the Type of the value stored in the DependencyProperty.
public:
property Type ^ PropertyType { Type ^ get(); };
public Type PropertyType { get; }
member this.PropertyType : Type
Public ReadOnly Property PropertyType As Type
属性值
Type 中存储的值的 DependencyProperty。The Type of the value stored in the DependencyProperty.