LanguageService.GetColorizer 方法 (IVsTextLines, IVsColorizer%)

返回 colorizer 与包含特定 IVsTextLines 对象的 Source 对象。

命名空间:  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 Function GetColorizer ( _
    buffer As IVsTextLines, _
    <OutAttribute> ByRef result As IVsColorizer _
) As Integer
public int GetColorizer(
    IVsTextLines buffer,
    out IVsColorizer result
)

参数

返回值

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

实现

IVsLanguageInfo.GetColorizer(IVsTextLines, IVsColorizer%)

备注

该基方法返回包含 IVsTextLines 对象或创建 IVsTextLines 对象的新 Source 对象的现有 Source 对象,然后请求 Source 对象的 colorizer。 Colorizer 类实现 IVsColorizer 接口。

.NET Framework 安全性

请参见

参考

LanguageService 类

GetColorizer 重载

Microsoft.VisualStudio.Package 命名空间