TokenInfo.StartIndex 属性

确定该标记的第一个字符的索引。

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

语法

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

属性值

类型:System.Int32
返回指定该标记的第一个字符的整数。

备注

IScanner 扫描仪对源代码行,分析标记的每行。在 StartIndex 指定的字符索引是一偏移量分析的当前行中。

.NET Framework 安全性

请参见

参考

TokenInfo 类

Microsoft.VisualStudio.Package 命名空间