MarkupObject Class

Definition

Abstract class that represents an object that can be used to navigate a tree of objects.

public ref class MarkupObject abstract
public abstract class MarkupObject
type MarkupObject = class
Public MustInherit Class MarkupObject
Inheritance
MarkupObject

Remarks

To instantiate a MarkupObject, see GetMarkupObjectFor method on the MarkupWriter class.

Properties

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.

Methods

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)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also