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
‘선언
<GuidAttribute("A8C3D107-7EDF-4B1B-8A81-080AC91590E9")> _
Public Interface VsUndoUnit _
Inherits IVsUndoUnit
‘사용 방법
Dim instance As VsUndoUnit
[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