Baml2006Reader.Type Property

Definition

Gets the XamlType of the current node.

public:
 virtual property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };
public override System.Xaml.XamlType Type { get; }
member this.Type : System.Xaml.XamlType
Public Overrides ReadOnly Property Type As XamlType

Property Value

The XamlType of the current node, or null if the position is not on an object.

Applies to