IEnumConnections Rozhraní

Definice

Spravuje definici IEnumConnections rozhraní.

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
Atributy

Poznámky

Další informace naleznete v tématu IEnumConnections rozhraní.

Modul CLR (Common Language Runtime) vyvolá výjimku, když metoda MODELU COM v nativním kódu vrátí hrESULT. Další informace najdete v tématu Postupy: Mapování HRESULT a výjimek.

Metody

Clone(IEnumConnections)

Vytvoří nový výčet, který obsahuje stejný stav výčtu jako aktuální.

Next(Int32, CONNECTDATA[], IntPtr)

Načte zadaný počet položek v sekvenci výčtu.

Reset()

Obnoví posloupnost výčtu na začátek.

Skip(Int32)

Přeskočí zadaný počet položek v sekvenci výčtu.

Platí pro