Freigeben über


IVsTextManager3-Schnittstelle

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

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

Syntax

'Declaration
<GuidAttribute("F06DF8BD-23F9-49A3-94C3-F3228CF60F2D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsTextManager3
[GuidAttribute("F06DF8BD-23F9-49A3-94C3-F3228CF60F2D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextManager3
[GuidAttribute(L"F06DF8BD-23F9-49A3-94C3-F3228CF60F2D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsTextManager3
[<GuidAttribute("F06DF8BD-23F9-49A3-94C3-F3228CF60F2D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextManager3 =  interface end
public interface IVsTextManager3

Der IVsTextManager3-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode FindLanguageSIDForExtensionlessFilename Gets the CLSID of the language service for a filename without an extension.
Öffentliche Methode GetUserPreferences3 Returns the user preferences specified for the given font or language.
Öffentliche Methode PrimeExpansionManager Asynchronously prepares the expansion manager to support the given language.
Öffentliche Methode SetUserPreferences3 Sets the user preferences as specified.

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.VisualStudio.TextManager.Interop-Namespace