IEnumUnknown Interface
Enumerates objects implementing the root COM interface, IUnknown. Commonly implemented by a component containing multiple objects. For more information, see IEnumUnknown.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000100-0000-0000-C000-000000000046")> _
Public Interface IEnumUnknown
[InterfaceTypeAttribute()]
[GuidAttribute("00000100-0000-0000-C000-000000000046")]
public interface IEnumUnknown
The IEnumUnknown type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
Next | ||
Reset | ||
Skip |
Top