다음을 통해 공유


IJSVsaError.LineText 속성

정의

오류가 발생한 줄에서 소스 코드의 텍스트를 가져옵니다.

public:
 property System::String ^ LineText { System::String ^ get(); };
public string LineText { get; }
member this.LineText : string
Public ReadOnly Property LineText As String

속성 값

오류를 발생시킨 줄의 문자열 리터럴 소스 코드입니다.

적용 대상