WorkflowCommandExtensionItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functions to update each workflow's designer command (that is, input gestures collection). You should provide an IWorkflowCommandExtensionCallback implementation to receive notifications.
public ref class WorkflowCommandExtensionItem sealed : System::Activities::Presentation::ContextItem
public sealed class WorkflowCommandExtensionItem : System.Activities.Presentation.ContextItem
type WorkflowCommandExtensionItem = class
inherit ContextItem
Public NotInheritable Class WorkflowCommandExtensionItem
Inherits ContextItem
- Inheritance
Constructors
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. |
Properties
ItemType |
Returns the type of this extension item. |
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) |
OnItemChanged(EditingContext, ContextItem) |
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) |