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.
Assembly: System.Xaml (in System.Xaml.dll)
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
Available since 4.0
Show: