CodeGotoStatement Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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.