MarkupWriter::GetMarkupObjectFor Method (Object^)
.NET Framework (current version)
Creates an instance of a MarkupObject from the specified object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- instance
-
Type:
System::Object^
An object that will be the root of the serialized tree.
Return Value
Type: System.Windows.Markup.Primitives::MarkupObject^A markup object that enables navigating through the tree of objects.
| Exception | Condition |
|---|---|
| ArgumentNullException | instance is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: