IVsaError.LineText 속성

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

네임스페이스:  Microsoft.Vsa
어셈블리:  Microsoft.Vsa(Microsoft.Vsa.dll)

구문

‘선언
ReadOnly Property LineText As String
string LineText { get; }
property String^ LineText {
    String^ get ();
}
abstract LineText : string with get
function get LineText () : String

속성 값

형식: String
오류가 발생한 줄에서 문자열 리터럴로 된 소스 코드를 반환합니다.

참고 항목

참조

IVsaError 인터페이스

Microsoft.Vsa 네임스페이스