IEnumConnections Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Gère la définition de l'interface IEnumConnections
.
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
- Attributs
Remarques
Pour plus d’informations, consultez Interface IEnumConnections.
Le Common Language Runtime lève une exception lorsqu’une méthode COM en code natif retourne un HRESULT. Pour plus d'informations, consultez How to: Map HRESULTs and Exceptions.
Méthodes
Clone(IEnumConnections) |
Crée un autre énumérateur qui contient le même état d'énumération que l'énumérateur en cours. |
Next(Int32, CONNECTDATA[], IntPtr) |
Récupère un nombre spécifié d’éléments dans la séquence d’énumération. |
Reset() |
Réinitialise la séquence d'énumération au début. |
Skip(Int32) |
Ignore un nombre défini d'éléments dans la séquence d'énumération. |