UCOMIEnumVARIANT Interfaz

Definición

Precaución

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

Utilice IEnumVARIANT en su lugar.

public interface class UCOMIEnumVARIANT
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumVARIANT
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumVARIANT
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumVARIANT = interface
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumVARIANT = interface
Public Interface UCOMIEnumVARIANT
Atributos

Comentarios

Para obtener más información sobre la IEnumVARIANT interfaz, vea MSDN Library.

Métodos

Clone(Int32)
Obsoletos.

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

Next(Int32, Int32, Int32)
Obsoletos.

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

Reset()
Obsoletos.

Restablece la secuencia de enumeración al principio.

Skip(Int32)
Obsoletos.

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

Se aplica a