IEnumUnknown Interface

Definition

Enumerates objects implementing the root COM interface, IUnknown. Commonly implemented by a component containing multiple objects. For more information, see IEnumUnknown.

public interface class IEnumUnknown
public interface class IEnumUnknown
__interface IEnumUnknown
[System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumUnknown
[System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumUnknown
[<System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumUnknown = interface
[<System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumUnknown = interface
Public Interface IEnumUnknown
Attributes

Methods

Clone(IEnumUnknown)
Next(UInt32, Object[], UInt32)
Reset()
Skip(UInt32)

Applies to