IVsContainedLanguageHost Members
Include Protected Members
Include Inherited Members
Represents a host for contained languages.
The IVsContainedLanguageHost type exposes the following members.
Methods
Name
Description
Enables a client to receive messages from the source text.
Determines if code reformatting is currently allowed.
Ensures that span in the primary buffer is visible.
Retrieves information about the error provider.
Provides information on the base indent level and indent settings.
Returns the language token that is nearest the requested line.
Returns the hierarchy that contains the file displayed in the primary buffer.
Sends a request to insert markup.
Inserts a markup tag that imports the specified namespace.
Adds an assembly that is currently in the global assembly cache (GAC).
OnContainedLanguageEditorSettingsChange
Called to notify the host when the contained language changes its Fonts and Colors settings.
Called to notify the editor that a name has been changed.
Determines if the secondary buffer can be modified.
Called by a client that is no longer interested in receiving notifications from the editor.
Top