UCOMIEnumVARIANT Interfaccia

Definizione

Attenzione

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

In alternativa, utilizzare IEnumVARIANT.

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
Attributi

Commenti

Per altre informazioni sull'interfaccia IEnumVARIANT , vedere MSDN Library.

Metodi

Clone(Int32)
Obsoleti.

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

Next(Int32, Int32, Int32)
Obsoleti.

Recupera un determinato numero di elementi nella sequenza di enumerazione.

Reset()
Obsoleti.

Riporta all'inizio la sequenza di enumerazione.

Skip(Int32)
Obsoleti.

Salta un determinato numero di elementi nella sequenza di enumerazione.

Si applica a