DesignerAction 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

워크플로 디자인 화면의 Activity Designer에서 수행한 작업을 ActivityDesigner에 연결합니다. 이 클래스는 상속될 수 없습니다.

public ref class DesignerAction sealed
public sealed class DesignerAction
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class DesignerAction
type DesignerAction = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerAction = class
Public NotInheritable Class DesignerAction
상속
DesignerAction
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

디자이너 작업은 워크플로 디자인 화면에서 디자이너 문자 모양을 활성화한 경우에 수행되는 사용자 작업입니다. DesignerAction 클래스는 사용자의 작업을 나타내는 데 사용됩니다. 또한 DesignerAction 클래스는 장식 서비스에서 작업 항목을 추가하는 데도 사용됩니다.

생성자

DesignerAction(ActivityDesigner, Int32, String)
사용되지 않음.

DesignerAction,정수 및 문자열을 사용하여 ActivityDesigner 클래스의 새 인스턴스를 초기화합니다.

DesignerAction(ActivityDesigner, Int32, String, Image)
사용되지 않음.

DesignerAction, 정수, 문자열 및 ActivityDesigner를 사용하여 Image 클래스의 새 인스턴스를 초기화합니다.

속성

ActionId
사용되지 않음.

디자이너 작업의 식별자를 가져옵니다.

Image
사용되지 않음.

디자이너 작업과 연결된 이미지를 가져옵니다.

PropertyName
사용되지 않음.

DesignerAction이 연결된 속성의 이름을 나타냅니다.

Text
사용되지 않음.

디자이너 작업과 연결된 텍스트를 가져옵니다.

UserData
사용되지 않음.

디자이너 작업과 관련된 사용자 데이터의 사전을 가져옵니다.

메서드

Equals(Object)
사용되지 않음.

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

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

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

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

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

(다음에서 상속됨 Object)
Invoke()
사용되지 않음.

현재 디자이너 작업과 연결된 Activity Designer의 OnExecuteDesignerAction(DesignerAction) 메서드를 호출합니다.

MemberwiseClone()
사용되지 않음.

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

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

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

(다음에서 상속됨 Object)

적용 대상

추가 정보