IVsContainedLanguageHost::OnContainedLanguageEditorSettingsChange Method ()

 

Called to notify the host when the contained language changes its Fonts and Colors settings.

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

int OnContainedLanguageEditorSettingsChange()

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT OnContainedLanguageEditorSettingsChange();

If a contained language changes its editor settings (specifically, colors), there is no way for the editor to be notified by Visual Studio about the change. Therefore, the contained language must notify the host whenever its Fonts and Colors settings change.

Return to top
Show: