XamlReader::Value Property

.NET Framework (current version)
 

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

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

public:
property Object^ Value {
	virtual Object^ get() abstract;
}

Property Value

Type: System::Object^

The value of the current node; or null, if the current reader position is not on a Value node type.

.NET Framework
Available since 4.0
Return to top
Show: