WorkflowCommandExtensionItem Constructors

Definition

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.

Applies to