IEnumConnectionPoints Interfejs

Definicja

Zarządza definicją interfejsu 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
Atrybuty

Uwagi

Aby uzyskać więcej informacji, zobacz IEnumConnectionPoints interface (Interfejs IEnumConnectionPoints).

Środowisko uruchomieniowe języka wspólnego zgłasza wyjątek, gdy metoda COM w kodzie natywnym zwraca hrESULT. Aby uzyskać więcej informacji, zobacz How to: Map HRESULTs and Exceptions (Instrukcje: mapowania wartości HRESULTs i wyjątków).

Metody

Clone(IEnumConnectionPoints)

Tworzy nowy moduł wyliczający zawierający ten sam stan wyliczenia co bieżący.

Next(Int32, IConnectionPoint[], IntPtr)

Pobiera określoną liczbę elementów w sekwencji wyliczenia.

Reset()

Resetuje sekwencję wyliczenia na początek.

Skip(Int32)

Pomija określoną liczbę elementów w sekwencji wyliczenia.

Dotyczy