XamlObjectWriter::WriteValue Method (Object^)

.NET Framework (current version)
 

Writes a value to the current member scope. If the current scope is inside a collection, dictionary, or array object, the value should be added to the collection, dictionary, or array.

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

public:
virtual void WriteValue(
	Object^ value
) override

Parameters

value
Type: System::Object^

The value to write.

Exception Condition
XamlObjectWriterException

Attempted to write a value in an invalid scope.

.NET Framework
Available since 4.0
Return to top
Show: