IEnumComReferences Interface

Definition

Enumerator for COM references. Used in the Add Reference dialog of the IDE.

public interface class IEnumComReferences
public interface class IEnumComReferences
__interface IEnumComReferences
[System.Runtime.InteropServices.Guid("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumComReferences
[System.Runtime.InteropServices.Guid("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumComReferences
[<System.Runtime.InteropServices.Guid("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumComReferences = interface
[<System.Runtime.InteropServices.Guid("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumComReferences = interface
Public Interface IEnumComReferences
Attributes

Methods

Clone(IEnumComReferences)

Clones this IEnumComReferences interface by creating another instance.

Next(UInt32, COMREFERENCE[], UInt32)

Retrieves the next group of COM references.

Reset()

Return the enumerator to its initial state.

Skip(UInt32)

Skip over a specified number of COM references.

Applies to