ClassificationSpan.ClassificationType Property

Definition

Gets the classification type of the text.

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.

Applies to