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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.