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
'Declaración
<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 | |
---|---|---|
EnumObjects | ||
LockContainer | ||
ParseDisplayName(IBindCtx, String, UInt32%, IMoniker%) | ||
ParseDisplayName(IBindCtx, String, UInt32%, IMoniker%) | (Inherited from IParseDisplayName.) |
Top