IClassificationTypeRegistryService::GetClassificationType Method (String^)

 

Gets the IClassificationType object identified by the specified type.

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

IClassificationType^ GetClassificationType(
	String^ type
)

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.

Return to top
Show: