IOleContainer Interface

Enumerates objects in a compound document or locks a container. For more information, see IOleContainer.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("0000011B-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleContainer _
    Inherits IParseDisplayName
'Usage
Dim instance As IOleContainer
[GuidAttribute("0000011B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleContainer : IParseDisplayName
[GuidAttribute(L"0000011B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IOleContainer : IParseDisplayName
public interface IOleContainer extends IParseDisplayName

See Also

Reference

IOleContainer Members

Microsoft.VisualStudio.OLE.Interop Namespace