IClassificationTag::ClassificationType Property

 

Gets the classification type associated with this tag.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

property IClassificationType^ ClassificationType {
	IClassificationType^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Classification::IClassificationType^

The classification type associated with this tag

Return to top
Show: