UCOMIEnumConnections Interfaccia

Definizione

Attenzione

Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202

In alternativa, utilizzare IEnumConnections.

public interface class UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnections = interface
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnections = interface
Public Interface UCOMIEnumConnections
Attributi

Commenti

Per ulteriori informazioni sull' IEnumConnections interfaccia, vedere MSDN Library.

Metodi

Clone(UCOMIEnumConnections)

Crea un altro enumeratore che contiene lo stesso stato di enumerazione di quello corrente.

Next(Int32, CONNECTDATA[], Int32)

Recupera un determinato numero di elementi nella sequenza di enumerazione.

Reset()

Riporta all'inizio la sequenza di enumerazione.

Skip(Int32)

Salta un determinato numero di elementi nella sequenza di enumerazione.

Si applica a