IVsContainedLanguage Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetColorizer(IVsColorizer^)

Returns a colorizer object for the language.

System_CAPS_pubmethodGetLanguageServiceID(Guid)

Returns the GUID for the full language service of the contained language.

System_CAPS_pubmethodGetTextViewFilter(IVsIntellisenseHost^, IOleCommandTarget^, IVsTextViewFilter^)

Returns a text view filter to handle delegated text view filtering responsibility.

System_CAPS_pubmethodRefresh(UInt32)

Recompiles the language file, or the entire project.

System_CAPS_pubmethodSetBufferCoordinator(IVsTextBufferCoordinator^)

Allows for a change in buffer coordinators on-the-fly.

System_CAPS_pubmethodSetHost(IVsContainedLanguageHost^)

Sets the language host for the secondary language.

System_CAPS_pubmethodWaitForReadyState()

Called to ensure the contained language is ready.

Return to top
Show: