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 です。

適用対象