次の方法で共有


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

適用対象