IClassificationTypeRegistryService Methods

 

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

NameDescription
System_CAPS_pubmethodCreateClassificationType(String^, IEnumerable<IClassificationType^>^)

Initializes a new instance of a IClassificationType and adds it to the registry.

System_CAPS_pubmethodCreateTransientClassificationType(array<IClassificationType^>^)

Creates an IClassificationType that persists only for the duration of this session.

System_CAPS_pubmethodCreateTransientClassificationType(IEnumerable<IClassificationType^>^)

Creates an IClassificationType that persists only for the duration of this session..

System_CAPS_pubmethodGetClassificationType(String^)

Gets the IClassificationType object identified by the specified type.

Return to top
Show: