IVsUndoTrackingEvents 接口

IOleUndoManager 客户端可以显示将通知的此接口,在撤消堆栈返回到非限定的状态 (即更改数据的修改不存在) 时由撤消管理器。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("31024DD7-30E5-4C91-821D-218BDEADA18B")> _
Public Interface IVsUndoTrackingEvents
[InterfaceTypeAttribute()]
[GuidAttribute("31024DD7-30E5-4C91-821D-218BDEADA18B")]
public interface IVsUndoTrackingEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"31024DD7-30E5-4C91-821D-218BDEADA18B")]
public interface class IVsUndoTrackingEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("31024DD7-30E5-4C91-821D-218BDEADA18B")>]
type IVsUndoTrackingEvents =  interface end
public interface IVsUndoTrackingEvents

IVsUndoTrackingEvents 类型公开以下成员。

方法

  名称 说明
公共方法 OnReturnToCleanState 通知文档返回到干净状态的客户端。

页首

备注

此接口用于移除一个星号文档上而不是干净状态。

对实现者的说明

,在撤消堆栈回非限定的状态,则实现此接口允许取消管理器通知您。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间