MarkupExtension Class

Definition

Represents the abstract class for all Markup extensions for types. This class must be inherited.

public ref class MarkupExtension abstract
public abstract class MarkupExtension
type MarkupExtension = class
Public MustInherit Class MarkupExtension
Inheritance
MarkupExtension
Derived

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

This class, through its descendents, provides a mark-up representation for various types, such as arrays.

Constructors

MarkupExtension()

When implemented in a derived class, initializes a new instance of the MarkupExtension class. This class must be inherited.

Methods

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)
ProvideValue(IServiceProvider)

When overridden in a derived class, provides the value for the underlying type, by optional use of an IServiceProvider.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to