다음을 통해 공유


WorkflowCommandExtensionItem 생성자

정의

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

오버로드

WorkflowCommandExtensionItem()

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

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

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

WorkflowCommandExtensionItem()

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

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

적용 대상

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

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

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 구현입니다.

적용 대상