Share via


IClassificationTag.ClassificationType Property

Definition

The classification type associated with this tag.

public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ ClassificationType { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ ClassificationType { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType ClassificationType { get; }
member this.ClassificationType : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property ClassificationType As IClassificationType

Property Value

The classification type associated with this tag

Remarks

ILayeredClassificationType can be used instead of IClassificationType to enable one component's classifications to categorically supersede another's classifications.

Applies to