Compartir a través de


Interfaz UCOMIEnumConnections

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.IEnumConnections en su lugar.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

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

Métodos

Nombre Descripción
System_CAPS_pubmethod Clone(UCOMIEnumConnections)

Crea otro enumerador que contiene el mismo estado de enumeración que el actual.

System_CAPS_pubmethod Next(Int32, CONNECTDATA[], Int32)

Recupera un número especificado de elementos de la secuencia de enumeración.

System_CAPS_pubmethod Reset()

Restablece la secuencia de enumeración al principio.

System_CAPS_pubmethod Skip(Int32)

Omite un número especificado de elementos de la secuencia de enumeración.

Comentarios

Para obtener más información acerca de la IEnumConnections de la interfaz, vea MSDN Library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio