VsUndoUnit Interface

Determines if the undo unit applies to UI items only.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<GuidAttribute("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")> _
Public Interface VsUndoUnit _
    Inherits IVsUndoUnit
[GuidAttribute("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")]
public interface VsUndoUnit : IVsUndoUnit
[GuidAttribute(L"A8C3D107-7EDF-4B1B-8A81-080AC91590E9")]
public interface class VsUndoUnit : IVsUndoUnit
[<GuidAttribute("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")>]
type VsUndoUnit =  
    interface
        interface IVsUndoUnit
    end
public interface VsUndoUnit extends IVsUndoUnit

The VsUndoUnit type exposes the following members.

Methods

  Name Description
Public method fChangeData Indicates whether the undo unit applies to UI only and does not change the document data. (Inherited from IVsUndoUnit.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace