IVsLinkCapableUndoManager 接口

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("F747D466-83CA-41D6-A0E8-3F78283D01E7")> _
Public Interface IVsLinkCapableUndoManager
[InterfaceTypeAttribute()]
[GuidAttribute("F747D466-83CA-41D6-A0E8-3F78283D01E7")]
public interface IVsLinkCapableUndoManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"F747D466-83CA-41D6-A0E8-3F78283D01E7")]
public interface class IVsLinkCapableUndoManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F747D466-83CA-41D6-A0E8-3F78283D01E7")>]
type IVsLinkCapableUndoManager =  interface end
public interface IVsLinkCapableUndoManager

IVsLinkCapableUndoManager 类型公开以下成员。

方法

  名称 说明
公共方法 AdviseLinkedUndoClient
公共方法 UnadviseLinkedUndoClient

页首

备注

,我们在给定的所有者需要将焦点放在中移除管理器时,这些调用管理将调用的事件接口。 隐式链接的 undos 仅适用于取消 AdviseLinkedUndoClient 调用管理器的。

备注

这些接口不调用 AddRef/版本。 pClient。因此必须调用 UnadviseLinkedUndoClient ,在释放对取消管理器之前,否则移除管理器将断言。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间