ClassificationSpan.ClassificationType 属性

获取文本的分类类型。

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

语法

声明
Public ReadOnly Property ClassificationType As IClassificationType
public IClassificationType ClassificationType { get; }
public:
property IClassificationType^ ClassificationType {
    IClassificationType^ get ();
}
member ClassificationType : IClassificationType with get
function get ClassificationType () : IClassificationType

属性值

类型:Microsoft.VisualStudio.Text.Classification.IClassificationType
分类类型。

.NET Framework 安全性

请参阅

参考

ClassificationSpan 类

Microsoft.VisualStudio.Text.Classification 命名空间