Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
An IOleUndoManager client can expose this interface to be informed when the undo stack has returned to an unmodified state (that is, no data-changing modifications exist) by the undo manager.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("31024DD7-30E5-4C91-821D-218BDEADA18B")> _
Public Interface IVsUndoTrackingEvents
'Usage
Dim instance As 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
Remarks
This interface is used to remove the asterisk that indicates that a document is not in the clean state.
Notes to Implementers
Implement this interface to have the undo manager inform you of when the undo stack returns to an unmodified state.