UCOMIEnumVARIANT Interface

Definição

Cuidado

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

Cuidado

Esta API agora é obsoleta.

Use IEnumVARIANT em vez disso.Use IEnumVARIANT instead.

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.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00020404-0000-0000-c000-000000000046")]
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
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-c000-000000000046")>]
type UCOMIEnumVARIANT = interface
Public Interface UCOMIEnumVARIANT
Atributos

Comentários

Para obter mais informações sobre a IEnumVARIANT interface, consulte a biblioteca MSDN.For more information about the IEnumVARIANT interface, see the MSDN Library.

Métodos

Clone(Int32)

Cria outro enumerador que contém o mesmo estado de enumeração do atual.Creates another enumerator that contains the same enumeration state as the current one.

Next(Int32, Int32, Int32)

Recupera um número especificado de itens na sequência de enumeração.Retrieves a specified number of items in the enumeration sequence.

Reset()

Redefine a sequência de enumeração para o início.Resets the enumeration sequence to the beginning.

Skip(Int32)

Ignora um número especificado de itens na sequência de enumeração.Skips over a specified number of items in the enumeration sequence.

Aplica-se a