共用方式為


CodeGotoStatement.Label 屬性

定義

取得或設定繼續程式執行的標記名稱。

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String

屬性值

字串,表示繼續程式執行的標記名稱。

例外狀況

無法設定標記,因為 valuenull 或空字串。

備註

這個屬性會指出要繼續執行程式之標籤的名稱。

標籤可由表示 CodeLabeledStatement

適用於

另請參閱