Compartir a través de


Interfaz UCOMIEnumVARIANT

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

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

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

Sintaxis

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00020404-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumVARIANT
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00020404-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumVARIANT
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("00020404-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumVARIANT = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("00020404-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumVARIANT

Métodos

Nombre Descripción
System_CAPS_pubmethod Clone(Int32)

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

System_CAPS_pubmethod Next(Int32, Int32, 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 IEnumVARIANT 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