Share via


UndoUnit Class

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UndoUnit _
    Implements IOleUndoUnit
'Usage
Dim instance As UndoUnit
[CLSCompliantAttribute(false)]
public class UndoUnit : IOleUndoUnit
[CLSCompliantAttribute(false)]
public ref class UndoUnit : IOleUndoUnit
public class UndoUnit implements IOleUndoUnit

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Shell.UndoUnit

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UndoUnit Members

Microsoft.VisualStudio.Modeling.Shell Namespace