다음을 통해 공유


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

‘선언
<GuidAttribute("0000011B-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleContainer _
    Inherits IParseDisplayName
[GuidAttribute("0000011B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleContainer : IParseDisplayName

The IOleContainer type exposes the following members.

Methods

  Name Description
Public method EnumObjects
Public method LockContainer
Public method ParseDisplayName(IBindCtx, String, UInt32%, IMoniker%)
Public method ParseDisplayName(IBindCtx, String, UInt32%, IMoniker%) (Inherited from IParseDisplayName.)

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace