다음을 통해 공유


Context.EndLine 속성

정의

이 코드가 끝나는 줄 번호를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property int EndLine { int get(); };
public int EndLine { get; }
member this.EndLine : int
Public ReadOnly Property EndLine As Integer

속성 값

Int32

이 코드가 끝나는 줄 번호입니다.

적용 대상

추가 정보