IEnumConnections Gränssnitt

Definition

Hanterar definitionen av IEnumConnections gränssnittet.

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
Attribut

Kommentarer

Mer information finns i gränssnittet IEnumConnections.

Den vanliga språkkörningen utlöser ett undantag när en COM-metod i intern kod returnerar en HRESULT. Mer information finns i Så här: Mappa HRESULT och undantag.

Metoder

Name Description
Clone(IEnumConnections)

Skapar en ny uppräkning som innehåller samma uppräkningstillstånd som den aktuella.

Next(Int32, CONNECTDATA[], IntPtr)

Hämtar ett angivet antal objekt i uppräkningssekvensen.

Reset()

Återställer uppräkningssekvensen till början.

Skip(Int32)

Hoppar över ett angivet antal objekt i uppräkningssekvensen.

Gäller för