UCOMIEnumString Interfaccia

Definizione

Attenzione

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

In alternativa, utilizzare IEnumString.

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

Commenti

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

Metodi

Clone(UCOMIEnumString)
Obsoleti.

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

Next(Int32, String[], 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