This documentation is archived and is not being maintained.
MarkupWriter::GetMarkupObjectFor Method (Object, XamlDesignerSerializationManager)
Visual Studio 2010
Creates an instance of a MarkupObject from the specified object and the specified serialization manager.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static MarkupObject^ GetMarkupObjectFor( Object^ instance, XamlDesignerSerializationManager^ manager )
Parameters
- instance
- Type: System::Object
An object that will be the root of the serialized tree.
- manager
- Type: System.Windows.Markup::XamlDesignerSerializationManager
The serialization manager.
Return Value
Type: System.Windows.Markup.Primitives::MarkupObjectA markup object that enables navigating through the tree of objects.
| Exception | Condition |
|---|---|
| ArgumentNullException | instance or manager is nullptr. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: