IEnumConnectionPoints Interfaccia

Definizione

Gestisce la definizione dell'interfaccia 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
Attributi

Commenti

Per altre informazioni, vedere Interfaccia IEnumConnectionPoints.

Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un HRESULT. Per altre informazioni, vedere How to: Map HRESULTs and Exceptions.

Metodi

Clone(IEnumConnectionPoints)

Crea un nuovo enumeratore che contiene lo stesso stato di enumerazione di quello corrente.

Next(Int32, IConnectionPoint[], IntPtr)

Recupera un determinato numero di elementi nella sequenza di enumerazione.

Reset()

Riporta all'inizio la sequenza di enumerazione.

Skip(Int32)

Ignora un determinato numero di elementi nella sequenza di enumerazione.

Si applica a