WorkflowCommandExtensionItem 생성자

정의

WorkflowCommandExtensionItem 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
WorkflowCommandExtensionItem()

WorkflowCommandExtensionItem 클래스의 새 인스턴스를 초기화합니다.

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

알림을 받을 지정된 IWorkflowCommandExtensionCallback 구현을 WorkflowCommandExtensionItem 사용하여 클래스의 새 인스턴스를 초기화합니다.

WorkflowCommandExtensionItem()

WorkflowCommandExtensionItem 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

알림을 받을 지정된 IWorkflowCommandExtensionCallback 구현을 WorkflowCommandExtensionItem 사용하여 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

callback
IWorkflowCommandExtensionCallback

IWorkflowCommandExtensionCallback 알림을 받을 구현입니다.

적용 대상