AuthoringSink.Column 属性

将列分析开动。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  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.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public ReadOnly Property Column As Integer
public int Column { get; }

属性值

类型:System.Int32
返回偏移量行中为传递给 AuthoringSink 构造函数。

备注

此属性为分析器提供一个替代方法来访问启动的偏移量 (另一种方法是通过 ParseRequest 结构)。

.NET Framework 安全性

请参见

参考

AuthoringSink 类

Microsoft.VisualStudio.Package 命名空间