NamedObject.Type 属性
定义
获取或设置命名对象类型。Gets or sets the named object 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
属性值
已命名的对象类型。The named object type.