DesignerAction 생성자

정의

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

오버로드

Name Description
DesignerAction(ActivityDesigner, Int32, String)

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

DesignerAction(ActivityDesigner, Int32, String, Image)

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

DesignerAction(ActivityDesigner, Int32, String)

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

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

적용 대상