ParseRequest.Col 属性

定义

指定第一行中的字符偏移量,以开始分析操作。

public:
 property int Col { int get(); void set(int value); };
public:
 property int Col { int get(); void set(int value); };
public int Col { get; set; }
member this.Col : int with get, set
Public Property Col As Integer

属性值

Int32

返回一个数字,该数字指定作为参数传递给类构造函数的字符偏移量 ParseRequest

注解

此值通常指向要分析的字符,或者位于要分析的标识符中间。

此属性与 Line 属性结合使用,用于指定要开始分析的确切字符。

适用于