ParseRequest.Col 属性

在第一行指定字符偏移量开始分析操作。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public Property Col As Integer
public int Col { get; set; }

属性值

类型:System.Int32
返回指定将作为参数传递 ParseRequest 类构造函数的字符偏移量的数字。

备注

此值通常指向要分析的字符或在要分析的标识符元确定。

Line 属性的组合此特性用于指定分析是一的确切字符。

.NET Framework 安全性

请参见

参考

ParseRequest 类

Microsoft.VisualStudio.Package 命名空间