SourceLocation.StartColumn 属性

定义

获取源代码文件中一个或多个列范围内的第一列。

public:
 property int StartColumn { int get(); };
public int StartColumn { get; }
member this.StartColumn : int
Public ReadOnly Property StartColumn As Integer

属性值

一个整数,表示列中的列。

适用于