IVsContainedLanguageHost Methods

 

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

NameDescription
System_CAPS_pubmethodAdvise(IVsContainedLanguageHostEvents^, UInt32)

Enables a client to receive messages from the source text.

System_CAPS_pubmethodCanReformatCode(Int32)

Determines if code reformatting is currently allowed.

System_CAPS_pubmethodEnsureSecondaryBufferReady()

Ensures that the secondary buffer is available and has no pending changes.

System_CAPS_pubmethodEnsureSpanVisible(TextSpan)

Ensures that span in the primary buffer is visible.

System_CAPS_pubmethodGetErrorProviderInformation(String^, Guid)

Retrieves information about the error provider.

System_CAPS_pubmethodGetLineIndent(Int32, String^, Int32, Int32, Int32, Int32)

Provides information on the base indent level and indent settings.

System_CAPS_pubmethodGetNearestVisibleToken(TextSpan, array<TextSpan>^)

Returns the language token that is nearest the requested line.

System_CAPS_pubmethodGetVSHierarchy(IVsHierarchy^)

Returns the hierarchy that contains the file displayed in the primary buffer.

System_CAPS_pubmethodInsertControl(String^, String^)

Sends a request to insert markup.

System_CAPS_pubmethodInsertImportsDirective(UInt16)

Inserts a markup tag that imports the specified namespace.

System_CAPS_pubmethodInsertReference(UInt16)

Adds an assembly that is currently in the global assembly cache (GAC).

System_CAPS_pubmethodOnContainedLanguageEditorSettingsChange()

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

System_CAPS_pubmethodOnRenamed(ContainedLanguageRenameType, String^, String^)

Called to notify the editor that a name has been changed.

System_CAPS_pubmethodQueryEditFile()

Determines if the secondary buffer can be modified.

System_CAPS_pubmethodUnadvise(UInt32)

Called by a client that is no longer interested in receiving notifications from the editor.

Return to top
Show: