XamlXmlReader.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.

Remarks

This property only has a non-null result if the NodeType of the current position is StartObject.

Applies to

See also