TokenInfo 构造函数 (Int32, Int32, TokenType)

初始化 TokenInfo 类的新实例设置为指定的值。

命名空间:  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 Sub New ( _
    startIndex As Integer, _
    endIndex As Integer, _
    type As TokenType _
)
public TokenInfo(
    int startIndex,
    int endIndex,
    TokenType type
)

参数

  • startIndex
    类型:System.Int32
    [in] 标记的第一个字符。
  • endIndex
    类型:System.Int32
    [in] 标记的最后一个字符。

备注

标记的染料索引和所有标记触发器,在构造对象。后,必须指定。

.NET Framework 安全性

请参见

参考

TokenInfo 类

TokenInfo 重载

Microsoft.VisualStudio.Package 命名空间