IVsaError.EndColumn 属性
定义
获取引发错误的源文本的结束列号(如果可用)。Gets the ending column number for the source text that caused the error, if available.
public:
property int EndColumn { int get(); };
public int EndColumn { get; }
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer
属性值
导致错误的源文本的结束列号(如果可用)。The ending column number for the source text that caused the error, if available.