Sdílet prostřednictvím


DesignerAction Konstruktory

Definice

Inicializuje novou instanci DesignerAction třídy.

Přetížení

DesignerAction(ActivityDesigner, Int32, String)

Inicializuje novou instanci DesignerAction třídy pomocí typu ActivityDesigner Integer a řetězce.

DesignerAction(ActivityDesigner, Int32, String, Image)

Inicializuje novou instanci DesignerAction třídy pomocí ActivityDesigner , typu Integer, řetězce a Image .

DesignerAction(ActivityDesigner, Int32, String)

Inicializuje novou instanci DesignerAction třídy pomocí typu ActivityDesigner Integer a řetězce.

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)

Parametry

activityDesigner
ActivityDesigner

, ActivityDesigner Na kterém je provedena akce návrháře.

actionId
Int32

Celočíselná hodnota, která představuje identifikátor DesignerAction .

text
String

Řetězec, který představuje text přidružený k akci návrháře

Výjimky

activityDesigner obsahuje odkaz s hodnotou null ( Nothing v Visual Basic).

text obsahuje nulový odkaz ( Nothing ) nebo jeho délka je 0.

Platí pro

DesignerAction(ActivityDesigner, Int32, String, Image)

Inicializuje novou instanci DesignerAction třídy pomocí ActivityDesigner , typu Integer, řetězce a 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)

Parametry

activityDesigner
ActivityDesigner

, ActivityDesigner Na které se má zobrazit akce návrháře

actionId
Int32

Celočíselná hodnota, která představuje identifikátor DesignerAction .

text
String

Řetězec, který představuje text přidružený k akci návrháře

image
Image

Image být přidružena k akci návrháře.

Výjimky

activityDesigner obsahuje odkaz s hodnotou null ( Nothing v Visual Basic).

text obsahuje nulový odkaz ( Nothing ) nebo jeho délka je 0.

Platí pro