DesignerAction 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
디자이너 작업과 연결된 텍스트를 나타내는 문자열입니다.
예외
activityDesigner에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우
text에 null 참조(Nothing)가 포함되어 있거나 길이가 0인 경우