VsUndoUnit Interface

Definition

Determines if the undo unit applies to UI items only. See IVsUndoUnit.

public interface class VsUndoUnit : Microsoft::VisualStudio::TextManager::Interop::IVsUndoUnit
public interface class VsUndoUnit : Microsoft::VisualStudio::TextManager::Interop::IVsUndoUnit
__interface VsUndoUnit : Microsoft::VisualStudio::TextManager::Interop::IVsUndoUnit
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsUndoUnitClass))]
[System.Runtime.InteropServices.Guid("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")]
public interface VsUndoUnit : Microsoft.VisualStudio.TextManager.Interop.IVsUndoUnit
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsUndoUnitClass))]
[System.Runtime.InteropServices.Guid("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsUndoUnit : Microsoft.VisualStudio.TextManager.Interop.IVsUndoUnit
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsUndoUnitClass))>]
[<System.Runtime.InteropServices.Guid("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")>]
type VsUndoUnit = interface
    interface IVsUndoUnit
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsUndoUnitClass))>]
[<System.Runtime.InteropServices.Guid("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsUndoUnit = interface
    interface IVsUndoUnit
Public Interface VsUndoUnit
Implements IVsUndoUnit
Derived
Attributes
Implements

Methods

fChangeData()

Indicates whether the undo unit applies to UI only and does not change the document data.

(Inherited from IVsUndoUnit)

Applies to