WorkflowCommandExtensionItem Constructors
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.
Initializes a new instance of the WorkflowCommandExtensionItem class.
Overloads
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. |
WorkflowCommandExtensionItem()
Initializes a new instance of the WorkflowCommandExtensionItem class.
public:
WorkflowCommandExtensionItem();
public WorkflowCommandExtensionItem ();
Public Sub New ()
Applies to
WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)
Initializes a new instance of the WorkflowCommandExtensionItem class with the specified IWorkflowCommandExtensionCallback implementation to receive notifications.
public:
WorkflowCommandExtensionItem(System::Activities::Presentation::Hosting::IWorkflowCommandExtensionCallback ^ callback);
public WorkflowCommandExtensionItem (System.Activities.Presentation.Hosting.IWorkflowCommandExtensionCallback callback);
new System.Activities.Presentation.Hosting.WorkflowCommandExtensionItem : System.Activities.Presentation.Hosting.IWorkflowCommandExtensionCallback -> System.Activities.Presentation.Hosting.WorkflowCommandExtensionItem
Public Sub New (callback As IWorkflowCommandExtensionCallback)
Parameters
- callback
- IWorkflowCommandExtensionCallback
An IWorkflowCommandExtensionCallback implementation to receive notifications.