MarkupWriter Class
.NET Framework (current version)
Provides methods to write an object to XAML format.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the MarkupWriter. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetMarkupObjectFor(Object^) | Creates an instance of a MarkupObject from the specified object. |
![]() ![]() | GetMarkupObjectFor(Object^, XamlDesignerSerializationManager^) | Creates an instance of a MarkupObject from the specified object and the specified serialization manager. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
GetMarkupObjectFor can be used to instantiate a MarkupObject.
.NET Framework
Available since 3.0
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

