IClassificationTypeRegistryService Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CreateClassificationType(String^, IEnumerable<IClassificationType^>^) | Initializes a new instance of a IClassificationType and adds it to the registry. |
![]() | CreateTransientClassificationType(array<IClassificationType^>^) | Creates an IClassificationType that persists only for the duration of this session. |
![]() | CreateTransientClassificationType(IEnumerable<IClassificationType^>^) | Creates an IClassificationType that persists only for the duration of this session.. |
![]() | GetClassificationType(String^) | Gets the IClassificationType object identified by the specified type. |
Show:
