Freigeben über


WorkflowCommandExtensionItem Konstruktoren

Definition

Initialisiert eine neue Instanz der WorkflowCommandExtensionItem-Klasse.

Überlädt

WorkflowCommandExtensionItem()

Initialisiert eine neue Instanz der WorkflowCommandExtensionItem-Klasse.

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

Initialisiert eine neue Instanz der WorkflowCommandExtensionItem-Klasse mit der angegebenen IWorkflowCommandExtensionCallback-Implementierung, um Benachrichtigungen zu empfangen.

WorkflowCommandExtensionItem()

Initialisiert eine neue Instanz der WorkflowCommandExtensionItem-Klasse.

public:
 WorkflowCommandExtensionItem();
public WorkflowCommandExtensionItem ();
Public Sub New ()

Gilt für:

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

Initialisiert eine neue Instanz der WorkflowCommandExtensionItem-Klasse mit der angegebenen IWorkflowCommandExtensionCallback-Implementierung, um Benachrichtigungen zu empfangen.

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)

Parameter

callback
IWorkflowCommandExtensionCallback

Eine IWorkflowCommandExtensionCallback-Implementierung, um Benachrichtigungen zu empfangen.

Gilt für: