IVsFontsAndColorsInformation.GetClassificationType 方法

获取该类型使用语言服务分类器的可着色指定索引处的项。

命名空间:  Microsoft.VisualStudio.Editor
程序集:  Microsoft.VisualStudio.Editor(在 Microsoft.VisualStudio.Editor.dll 中)

语法

声明
Function GetClassificationType ( _
    colorableItemIndex As Integer _
) As IClassificationType
IClassificationType GetClassificationType(
    int colorableItemIndex
)
IClassificationType^ GetClassificationType(
    int colorableItemIndex
)
abstract GetClassificationType : 
        colorableItemIndex:int -> IClassificationType
function GetClassificationType(
    colorableItemIndex : int
) : IClassificationType

参数

  • colorableItemIndex
    类型:Int32

    可着色项的索引。

返回值

类型:Microsoft.VisualStudio.Text.Classification.IClassificationType
返回一个 IClassificationType

.NET Framework 安全性

请参阅

参考

IVsFontsAndColorsInformation 接口

Microsoft.VisualStudio.Editor 命名空间