IVsTextManager3 Interface

Definition

Provides additional methods for active text view information services of IVsTextManager.

public interface class IVsTextManager3
public interface class IVsTextManager3
__interface IVsTextManager3
[System.Runtime.InteropServices.Guid("F06DF8BD-23F9-49A3-94C3-F3228CF60F2D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextManager3
[<System.Runtime.InteropServices.Guid("F06DF8BD-23F9-49A3-94C3-F3228CF60F2D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextManager3 = interface
Public Interface IVsTextManager3
Attributes

Methods

FindLanguageSIDForExtensionlessFilename(String, Guid)

Gets the CLSID of the language service for a filename without an extension.

GetUserPreferences3(VIEWPREFERENCES3[], FRAMEPREFERENCES2[], LANGPREFERENCES2[], FONTCOLORPREFERENCES2[])

Returns the user preferences specified for the given font or language.

PrimeExpansionManager(Guid)

Asynchronously prepares the expansion manager to support the given language.

SetUserPreferences3(VIEWPREFERENCES3[], FRAMEPREFERENCES2[], LANGPREFERENCES2[], FONTCOLORPREFERENCES2[])

Sets the user preferences as specified.

Applies to