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
[GuidAttribute("0000011B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleContainer : IParseDisplayName
[GuidAttribute(L"0000011B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IOleContainer : IParseDisplayName
[<GuidAttribute("0000011B-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IOleContainer =  
    interface
        interface IParseDisplayName
    end
public interface IOleContainer extends IParseDisplayName

The IOleContainer type exposes the following members.

Methods

  Name Description
Public method EnumObjects
Public method LockContainer
Public method ParseDisplayName

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace