IVsaError.EndColumn 속성
사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 끝 열 번호를 가져옵니다.
네임스페이스: Microsoft.Vsa
어셈블리: Microsoft.Vsa(Microsoft.Vsa.dll)
구문
‘선언
ReadOnly Property EndColumn As Integer
int EndColumn { get; }
property int EndColumn {
int get ();
}
abstract EndColumn : int with get
function get EndColumn () : int
속성 값
형식: Int32
사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 끝 열 번호를 반환합니다.