DesignerAction 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 디자인 화면의 활동 디자이너에서 수행된 작업을 .와 연결합니다 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
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
디자이너 작업은 워크플로 디자인 화면에서 디자이너 문자 모양을 활성화할 때 수행되는 사용자 작업입니다. 클래스 DesignerAction 는 작업을 나타내는 데 사용됩니다. DesignerAction 클래스는 표시 서비스에서 작업 항목을 추가하는 데도 사용됩니다.
생성자
| Name | Description |
|---|---|
| DesignerAction(ActivityDesigner, Int32, String, Image) |
사용되지 않음.
정수, 문자열 및 를 사용하여 클래스의 DesignerAction 새 인스턴스를 초기화합니다Image.ActivityDesigner |
| DesignerAction(ActivityDesigner, Int32, String) |
사용되지 않음.
, 정수 및 문자열을 DesignerActionActivityDesigner사용하여 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| ActionId |
사용되지 않음.
디자이너 작업의 식별자를 가져옵니다. |
| Image |
사용되지 않음.
디자이너 작업과 연결된 이미지를 가져옵니다. |
| PropertyName |
사용되지 않음.
연결된 속성 DesignerAction 의 이름을 나타냅니다. |
| Text |
사용되지 않음.
디자이너 작업과 연결된 텍스트를 가져옵니다. |
| UserData |
사용되지 않음.
디자이너 작업과 연결된 사용자 데이터의 사전을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| Equals(Object) |
사용되지 않음.
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetType() |
사용되지 않음.
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| Invoke() |
사용되지 않음.
OnExecuteDesignerAction(DesignerAction) 현재 디자이너 작업과 연결된 활동 디자이너의 메서드를 호출합니다. |
| MemberwiseClone() |
사용되지 않음.
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |