次の方法で共有


CodeGotoStatement コンストラクター

定義

CodeGotoStatement クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
CodeGotoStatement()

CodeGotoStatement クラスの新しいインスタンスを初期化します。

CodeGotoStatement(String)

指定したラベル名を使用して、 CodeGotoStatement クラスの新しいインスタンスを初期化します。

CodeGotoStatement()

ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs

CodeGotoStatement クラスの新しいインスタンスを初期化します。

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

注釈

このコンストラクターを使用する場合は、プログラムの実行を続行するラベルの名前を示す Label プロパティも設定する必要があります。

適用対象

CodeGotoStatement(String)

ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs
ソース:
CodeGotoStatement.cs

指定したラベル名を使用して、 CodeGotoStatement クラスの新しいインスタンスを初期化します。

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

パラメーター

label
String

プログラムの実行を続行するラベルの名前。

例外

labelnullです。

こちらもご覧ください

適用対象