Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enables undo units to contain child undo units and thus to support complex undo actions. For more information, see IOleParentUndoUnit.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A1FAF330-EF97-11CE-9BC9-00AA00608E01")> _
Public Interface IOleParentUndoUnit _
Inherits IOleUndoUnit
'Usage
Dim instance As IOleParentUndoUnit
[InterfaceTypeAttribute()]
[GuidAttribute("A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
public interface IOleParentUndoUnit : IOleUndoUnit
[InterfaceTypeAttribute()]
[GuidAttribute(L"A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
public interface class IOleParentUndoUnit : IOleUndoUnit
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A1FAF330-EF97-11CE-9BC9-00AA00608E01")>]
type IOleParentUndoUnit =
interface
interface IOleUndoUnit
end
public interface IOleParentUndoUnit extends IOleUndoUnit