获取该类型使用语言服务分类器的可着色指定索引处的项。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。