ClassificationTag::ClassificationType Property
Visual Studio 2015
Gets the classification type associated with this tag.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property IClassificationType^ ClassificationType { [CompilerGeneratedAttribute] virtual IClassificationType^ get() sealed; [CompilerGeneratedAttribute] private: virtual void set(IClassificationType^ value) sealed; }
Property Value
Type: Microsoft.VisualStudio.Text.Classification::IClassificationType^The classification type associated with this tag.
Implements
IClassificationTag::ClassificationType
Show: