IEnumConnections Interface

Definitie

Beheert de definitie van de IEnumConnections interface.

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

Opmerkingen

Zie de interface IEnumConnections voor meer informatie.

De algemene taalruntime genereert een uitzondering wanneer een COM-methode in systeemeigen code een HRESULT retourneert. Zie Procedures voor meer informatie : HRESULT's en uitzonderingen toewijzen.

Methoden

Name Description
Clone(IEnumConnections)

Hiermee maakt u een nieuwe opsommingsfunctie die dezelfde opsommingsstatus bevat als de huidige.

Next(Int32, CONNECTDATA[], IntPtr)

Haalt een opgegeven aantal items op in de opsommingsreeks.

Reset()

Hiermee stelt u de opsommingsreeks opnieuw in op het begin.

Skip(Int32)

Slaat een opgegeven aantal items in de opsommingsreeks over.

Van toepassing op