Share via


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 najdete v tématu Rozhraní IEnumConnections.

Common Language Runtime vyvolá výjimku, když metoda 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 posloupnosti výčtu.

Reset()

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

Skip(Int32)

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

Platí pro