IClassificationTypeRegistryService::GetClassificationType Method (String^)
Visual Studio 2015
Gets the IClassificationType object identified by the specified type.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- type
-
Type:
System::String^
The name of the classification type.
Return Value
Type: Microsoft.VisualStudio.Text.Classification::IClassificationType^The classification type, null if there is no classification type of that name.
Show: