Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000100-0000-0000-C000-000000000046")> _
Public Interface IEnumUnknown
[InterfaceTypeAttribute()]
[GuidAttribute("00000100-0000-0000-C000-000000000046")]
public interface IEnumUnknown
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000100-0000-0000-C000-000000000046")]
public interface class IEnumUnknown
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000100-0000-0000-C000-000000000046")>]
type IEnumUnknown = interface end
public interface IEnumUnknown
The IEnumUnknown type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone | |
![]() |
Next | |
![]() |
Reset | |
![]() |
Skip |
Top