IVsTextManager3 接口

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

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.11.0(在 Microsoft.VisualStudio.TextManager.Interop.11.0.dll 中)

语法

声明
<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

IVsTextManager3 类型公开以下成员。

方法

  名称 说明
公共方法 FindLanguageSIDForExtensionlessFilename Gets the CLSID of the language service for a filename without an extension.
公共方法 GetUserPreferences3 Returns the user preferences specified for the given font or language.
公共方法 PrimeExpansionManager Asynchronously prepares the expansion manager to support the given language.
公共方法 SetUserPreferences3 Sets the user preferences as specified.

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间