ClassificationTag::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)

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.

Return to top
Show: