LanguageService.GetItemCount 方法

返回语言服务支持的自定义可着色项的数目。

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

语法

声明
Public Overridable Function GetItemCount ( _
    <OutAttribute> ByRef count As Integer _
) As Integer
public virtual int GetItemCount(
    out int count
)

参数

  • count
    类型:System.Int32%
    [out] 用于自定义可着色项的数目。

返回值

类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。

实现

IVsProvideColorableItems.GetItemCount(Int32%)

备注

此方法确定的 IVsColorableItem 对象的最大数可由 GetColorableItem访问。如果支持自定义可着色项,必须从 LanguageService 类派生类并实现此方案和 GetColorableItem

该基方法始终返回 E_NOTIMPL,指示自定义可着色项不受支持。在这种情况下, Visual Studio 为所有可着色项使用默认颜色。

.NET Framework 安全性

请参见

参考

LanguageService 类

Microsoft.VisualStudio.Package 命名空间