Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
fChangeData | Indicates whether the undo unit applies to UI only and does not change the document data. (Inherited from IVsUndoUnit.) |
Top