IOleParentUndoUnit Interface
Members See Also 
SourceCode.Framework.Design Namespace : IOleParentUndoUnit Interface



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<GuidAttribute("A1FAF330-EF97-11CE-9BC9-00AA00608E01")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IOleParentUndoUnit 
Visual Basic (Usage) Copy Code
Dim instance As IOleParentUndoUnit
C#  
[Guid("A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IOleParentUndoUnit 
C++/CLI  
[Guid("A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface class IOleParentUndoUnit 

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also