IVsContainedLanguage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetColorizer(IVsColorizer^) | Returns a colorizer object for the language. |
![]() | GetLanguageServiceID(Guid) | Returns the GUID for the full language service of the contained language. |
![]() | GetTextViewFilter(IVsIntellisenseHost^, IOleCommandTarget^, IVsTextViewFilter^) | Returns a text view filter to handle delegated text view filtering responsibility. |
![]() | Refresh(UInt32) | Recompiles the language file, or the entire project. |
![]() | SetBufferCoordinator(IVsTextBufferCoordinator^) | Allows for a change in buffer coordinators on-the-fly. |
![]() | SetHost(IVsContainedLanguageHost^) | Sets the language host for the secondary language. |
![]() | WaitForReadyState() | Called to ensure the contained language is ready. |
Show:
