다음을 통해 공유


DesignerAction 생성자

정의

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

오버로드

DesignerAction(ActivityDesigner, Int32, String)

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

DesignerAction(ActivityDesigner, Int32, String, Image)

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

DesignerAction(ActivityDesigner, Int32, String)

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

public:
 DesignerAction(System::Workflow::ComponentModel::Design::ActivityDesigner ^ activityDesigner, int actionId, System::String ^ text);
public DesignerAction (System.Workflow.ComponentModel.Design.ActivityDesigner activityDesigner, int actionId, string text);
new System.Workflow.ComponentModel.Design.DesignerAction : System.Workflow.ComponentModel.Design.ActivityDesigner * int * string -> System.Workflow.ComponentModel.Design.DesignerAction
Public Sub New (activityDesigner As ActivityDesigner, actionId As Integer, text As String)

매개 변수

activityDesigner
ActivityDesigner

디자이너 작업이 수행된 ActivityDesigner입니다.

actionId
Int32

DesignerAction의 식별자를 나타내는 정수 값입니다.

text
String

디자이너 작업과 연결된 텍스트를 나타내는 문자열입니다.

예외

activityDesigner에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

text에 null 참조(Nothing)가 포함되어 있거나 길이가 0인 경우

적용 대상

DesignerAction(ActivityDesigner, Int32, String, Image)

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

public:
 DesignerAction(System::Workflow::ComponentModel::Design::ActivityDesigner ^ activityDesigner, int actionId, System::String ^ text, System::Drawing::Image ^ image);
public DesignerAction (System.Workflow.ComponentModel.Design.ActivityDesigner activityDesigner, int actionId, string text, System.Drawing.Image image);
new System.Workflow.ComponentModel.Design.DesignerAction : System.Workflow.ComponentModel.Design.ActivityDesigner * int * string * System.Drawing.Image -> System.Workflow.ComponentModel.Design.DesignerAction
Public Sub New (activityDesigner As ActivityDesigner, actionId As Integer, text As String, image As Image)

매개 변수

activityDesigner
ActivityDesigner

디자이너 작업이 표시될 ActivityDesigner입니다.

actionId
Int32

DesignerAction의 식별자를 나타내는 정수 값입니다.

text
String

디자이너 작업과 연결된 텍스트를 나타내는 문자열입니다.

image
Image

디자이너 작업과 연결될 Image입니다.

예외

activityDesigner에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

text에 null 참조(Nothing)가 포함되어 있거나 길이가 0인 경우

적용 대상