XamlXmlReader::NodeType Property

.NET Framework (current version)
 

Gets the type of the current node.

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

public:
property XamlNodeType NodeType {
	virtual XamlNodeType get() override;
}

Property Value

Type: System.Xaml::XamlNodeType

A value of the XamlNodeType enumeration.

.NET Framework
Available since 4.0
Return to top
Show: