Partilhar via


Propriedade IClassificationTag.ClassificationType

Obtém o tipo de classificação associado a essa marca.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
ReadOnly Property ClassificationType As IClassificationType
IClassificationType ClassificationType { get; }
property IClassificationType^ ClassificationType {
    IClassificationType^ get ();
}
abstract ClassificationType : IClassificationType with get
function get ClassificationType () : IClassificationType

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
O tipo de classificação associado a esta marca

Segurança do .NET Framework

Consulte também

Referência

IClassificationTag Interface

Namespace Microsoft.VisualStudio.Text.Tagging