PropertyData.Type 属性

定义

获取或设置属性数据类型。Gets or sets the property data type.

public:
 property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); void set(System::Xaml::XamlType ^ value); };
public System.Xaml.XamlType Type { get; set; }
member this.Type : System.Xaml.XamlType with get, set
Public Property Type As XamlType

属性值

XamlType

属性数据类型。The property data type.

适用于