ClassificationTag.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.

Applies to