IVsTextManager2 接口

提供其他方法来 IVsTextManager 接口。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("072A28FD-1AF3-48AF-9C85-C79404DBA30C")> _
Public Interface IVsTextManager2
[InterfaceTypeAttribute()]
[GuidAttribute("072A28FD-1AF3-48AF-9C85-C79404DBA30C")]
public interface IVsTextManager2
[InterfaceTypeAttribute()]
[GuidAttribute(L"072A28FD-1AF3-48AF-9C85-C79404DBA30C")]
public interface class IVsTextManager2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("072A28FD-1AF3-48AF-9C85-C79404DBA30C")>]
type IVsTextManager2 =  interface end
public interface IVsTextManager2

IVsTextManager2 类型公开以下成员。

方法

  名称 说明
公共方法 AttemptToCheckOutBufferFromScc3 尝试检查文件是否 SCC。
公共方法 FireReplaceAllInFilesBegin
公共方法 FireReplaceAllInFilesEnd
公共方法 GetActiveView2 返回活动或已激活的视图。
公共方法 GetBufferSccStatus3
公共方法 GetExpansionManager
公共方法 GetUserPreferences2 返回用户首选项,例如选项使用、缩进大小和小部件边距显示一个视图、框架和语言服务的。
公共方法 NavigateToLineAndColumn2 查找或创建在指定缓冲区的一个适当的视图并在指定的位置放置选择。
公共方法 NavigateToPosition2
公共方法 ResetColorableItems
公共方法 SetUserPreferences2 设置用户首选项。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间