XamlXmlReader::Type Property

.NET Framework (current version)
 

Gets the XamlType of the current node.

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

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

Property Value

Type: System.Xaml::XamlType^

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

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

.NET Framework
Available since 4.0
Return to top
Show: