Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
.gif)