CodeGotoStatement Konstruktorok

Definíció

Inicializálja a CodeGotoStatement osztály új példányát.

Túlterhelések

Name Description
CodeGotoStatement()

Inicializálja a CodeGotoStatement osztály új példányát.

CodeGotoStatement(String)

Inicializálja az osztály új példányát a CodeGotoStatement megadott címkenév használatával.

CodeGotoStatement()

Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs

Inicializálja a CodeGotoStatement osztály új példányát.

public:
 CodeGotoStatement();
public CodeGotoStatement();
Public Sub New ()

Megjegyzések

Ha ezt a konstruktort használja, a Label tulajdonságot is be kell állítania annak a címkének a nevére, amelyen folytatni szeretné a program végrehajtását.

A következőre érvényes:

CodeGotoStatement(String)

Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs
Forrás:
CodeGotoStatement.cs

Inicializálja az osztály új példányát a CodeGotoStatement megadott címkenév használatával.

public:
 CodeGotoStatement(System::String ^ label);
public CodeGotoStatement(string label);
new System.CodeDom.CodeGotoStatement : string -> System.CodeDom.CodeGotoStatement
Public Sub New (label As String)

Paraméterek

label
String

Annak a címkének a neve, amelyen folytatni szeretné a program végrehajtását.

Kivételek

label az null.

Lásd még

A következőre érvényes: