MarkupObject Class
Abstract class that represents an object that can be used to navigate a tree of objects.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | When overridden in a derived class, gets the attributes associated with this MarkupObject. |
![]() | Instance | When overridden in a derived class, gets the instance of the object represented by this MarkupObject. |
![]() | ObjectType | When overridden in a derived class, gets the type of the MarkupObject instance. |
![]() | Properties | When overridden in a derived class, gets the properties of this MarkupObject instance that should be written to XAML. |
| Name | Description | |
|---|---|---|
![]() | AssignRootContext(IValueSerializerContext^) | When overridden in a derived class, assigns a root context for ValueSerializer classes. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
To instantiate a MarkupObject, see GetMarkupObjectFor method on the MarkupWriter class.
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.


