WorkflowCommandExtensionItem 클래스

정의

각 워크플로의 디자이너 명령(즉, 입력 제스처 컬렉션)을 업데이트하기 위한 기능을 제공합니다. 알림을 수신하려면 IWorkflowCommandExtensionCallback 구현을 제공해야 합니다.

public ref class WorkflowCommandExtensionItem sealed : System::Activities::Presentation::ContextItem
public sealed class WorkflowCommandExtensionItem : System.Activities.Presentation.ContextItem
type WorkflowCommandExtensionItem = class
    inherit ContextItem
Public NotInheritable Class WorkflowCommandExtensionItem
Inherits ContextItem
상속
WorkflowCommandExtensionItem

생성자

WorkflowCommandExtensionItem()

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

WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback)

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

속성

ItemType

이 확장명 항목의 형식을 반환합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnItemChanged(EditingContext, ContextItem)

컨텍스트 항목이 컨텍스트 항목 관리자에 저장되기 전에 컨텍스트 항목에 대해 호출되는 메서드를 나타냅니다. 컨텍스트 항목 관리자의 이전 항목이 매개 변수로 전달됩니다.

(다음에서 상속됨 ContextItem)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상