Source.GetTokenInfoAt 方法

获取由所提供的列数 TokenInfo 对象的索引。

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

语法

声明
Public Overridable Function GetTokenInfoAt ( _
    infoArray As TokenInfo(), _
    col As Integer, _
    ByRef info As TokenInfo _
) As Integer
public virtual int GetTokenInfoAt(
    TokenInfo[] infoArray,
    int col,
    ref TokenInfo info
)

参数

返回值

类型:System.Int32
包含指定的列数 TokenInfo 对象的索引或 -1; 如果未找到。

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间