XamlReader::Type Property

.NET Framework (current version)
 

When implemented in a derived class, gets the XamlType of the current node.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property XamlType^ Type {
	virtual XamlType^ get() abstract;
}

Property Value

Type: System.Xaml::XamlType^

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

Subtree readers can call Type, with behavior restrictions. For more information, see the "Subtree Readers" section in XamlReader, or see ReadSubtree.

.NET Framework
Available since 4.0
Return to top
Show: