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