DesignerAction Oluşturucular

Tanım

DesignerAction sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
DesignerAction(ActivityDesigner, Int32, String)

bir , tamsayı ve dize kullanarak DesignerActionsınıfının yeni bir örneğini ActivityDesigner başlatır.

DesignerAction(ActivityDesigner, Int32, String, Image)

kullanarak sınıfının DesignerActionyeni bir örneğini ActivityDesigner başlatır, bir tamsayı, bir dize ve bir Image.

DesignerAction(ActivityDesigner, Int32, String)

bir , tamsayı ve dize kullanarak DesignerActionsınıfının yeni bir örneğini ActivityDesigner başlatır.

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)

Parametreler

activityDesigner
ActivityDesigner

ActivityDesigner Tasarımcı eyleminin gerçekleştirildiği yer.

actionId
Int32

tanımlayıcısını DesignerActiontemsil eden bir tamsayı değeri.

text
String

Tasarımcı eylemiyle ilişkili metni temsil eden bir dize.

Özel durumlar

activityDesigner null başvuru içeriyor (Nothing Visual Basic).

text null başvuru (Nothing) içerir veya uzunluğu 0'dır.

Şunlara uygulanır

DesignerAction(ActivityDesigner, Int32, String, Image)

kullanarak sınıfının DesignerActionyeni bir örneğini ActivityDesigner başlatır, bir tamsayı, bir dize ve bir 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)

Parametreler

activityDesigner
ActivityDesigner

ActivityDesigner Tasarımcı eyleminin görüntülendiği yer.

actionId
Int32

tanımlayıcısını DesignerActiontemsil eden bir tamsayı değeri.

text
String

Tasarımcı eylemiyle ilişkili metni temsil eden bir dize.

image
Image

Image tasarımcı eylemiyle ilişkilendirilecek.

Özel durumlar

activityDesigner null başvuru içeriyor (Nothing Visual Basic).

text null başvuru (Nothing) içerir veya uzunluğu 0'dır.

Şunlara uygulanır