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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.