PropertyDefinition.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the XamlType of the property to define.
public:
property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); void set(System::Xaml::XamlType ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Xaml.Schema.XamlTypeTypeConverter))]
public System.Xaml.XamlType Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Xaml.Schema.XamlTypeTypeConverter))>]
member this.Type : System.Xaml.XamlType with get, set
Public Property Type As XamlType
Property Value
The XAML type identifier of the property to define.
- Attributes
Remarks
This property uses type conversion through XamlTypeTypeConverter, as indicated by the TypeConverterAttribute applied to the property in its definition.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.