MarkupExtension Class
Represents the abstract class for all Markup extensions for types. This class must be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
System.Workflow.ComponentModel.Serialization::MarkupExtension
System.Workflow.ComponentModel::ActivityBind
| Name | Description | |
|---|---|---|
![]() | MarkupExtension() | When implemented in a derived class, initializes a new instance of the MarkupExtension class. This class must be inherited. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | 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.) |
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.
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.


