다음을 통해 공유


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수 있습니다.

적용 대상

추가 정보