次の方法で共有


CodeGotoStatement.Label プロパティ

プログラムの実行を再開する位置のラベルの名前を取得または設定します。

Public Property Label As String
[C#]
public string Label {get; set;}
[C++]
public: __property String* get_Label();public: __property void set_Label(String*);
[JScript]
public function get Label() : String;public function set Label(String);

プロパティ値

プログラムの実行を再開する位置のラベルの名前を示す文字列。

解説

このプロパティは、プログラムの実行を再開する位置のラベルの名前を示します。

ラベルは、 CodeLabeledStatement で表すことができます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodeGotoStatement クラス | CodeGotoStatement メンバ | System.CodeDom 名前空間 | CodeLabeledStatement