IEnumConnectionPoints Interfaz

Definición

Administra la definición de la interfaz IEnumConnectionPoints.

public interface class IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnectionPoints
public interface IEnumConnectionPoints
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnectionPoints = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnectionPoints = interface
type IEnumConnectionPoints = interface
Public Interface IEnumConnectionPoints
Atributos

Comentarios

Para obtener más información, vea Interfaz IEnumConnectionPoints.

Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.

Métodos

Clone(IEnumConnectionPoints)

Crea otro enumerador que contiene el mismo estado de enumeración que el actual.

Next(Int32, IConnectionPoint[], IntPtr)

Recupera un número especificado de elementos en la secuencia de enumeración.

Reset()

Restablece la secuencia de enumeración al principio.

Skip(Int32)

Omite un número especificado de elementos en la secuencia de enumeración.

Se aplica a