This documentation is archived and is not being maintained.
WorkflowCommandExtensionItem Class
Visual Studio 2010
Provides functions to update each workflow's designer command (that is, input gestures collection). You should provide an IWorkflowCommandExtensionCallback implementation to receive notifications.
System::Object
System.Activities.Presentation::ContextItem
System.Activities.Presentation.Hosting::WorkflowCommandExtensionItem
System.Activities.Presentation::ContextItem
System.Activities.Presentation.Hosting::WorkflowCommandExtensionItem
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The WorkflowCommandExtensionItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkflowCommandExtensionItem() | Initializes a new instance of the WorkflowCommandExtensionItem class. |
![]() | WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback) | Initializes a new instance of the WorkflowCommandExtensionItem class with the specified IWorkflowCommandExtensionCallback implementation to receive notifications. |
| Name | Description | |
|---|---|---|
![]() | ItemType | Returns the type of this extension item. (Overrides ContextItem::ItemType.) |
| 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 a hash function for a particular type. (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.) |
![]() | OnItemChanged | Represents a method that is called on the context item before it is stored in the context item manager. The previous item in the context item manager is passed as a parameter. (Inherited from ContextItem.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
