ClassificationSpan.ClassificationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.