WorkflowCommandExtensionItem Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de WorkflowCommandExtensionItem klasse.
Overloads
| Name | Description |
|---|---|
| WorkflowCommandExtensionItem() |
Initialiseert een nieuw exemplaar van de WorkflowCommandExtensionItem klasse. |
| WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback) |
Initialiseert een nieuw exemplaar van de WorkflowCommandExtensionItem klasse met de opgegeven IWorkflowCommandExtensionCallback implementatie om meldingen te ontvangen. |
WorkflowCommandExtensionItem()
Initialiseert een nieuw exemplaar van de WorkflowCommandExtensionItem klasse.
public:
WorkflowCommandExtensionItem();
public WorkflowCommandExtensionItem();
Public Sub New ()
Van toepassing op
WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)
Initialiseert een nieuw exemplaar van de WorkflowCommandExtensionItem klasse met de opgegeven IWorkflowCommandExtensionCallback implementatie om meldingen te ontvangen.
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
Een IWorkflowCommandExtensionCallback implementatie voor het ontvangen van meldingen.