CodeGotoStatement.Label 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定繼續程式執行的標記名稱。
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
屬性值
字串,表示繼續程式執行的標記名稱。
例外狀況
無法設定標記,因為 value
為 null
或空字串。
備註
這個屬性會指出要繼續執行程式之標籤的名稱。
標籤可由表示 CodeLabeledStatement。