IClassificationType::Classification Property

 

Gets the name of the classification type.

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

property String^ Classification {
	String^ get();
}

Property Value

Type: System::String^

The name of the classification type.

All classification types are identified by a unique name. This name is never null.

The IClassificationTypeRegistryService can return an IClassificationType from this name.

Return to top
Show: