IEnumString Interfaccia

Definizione

Gestisce la definizione dell'interfaccia IEnumString.

public interface class IEnumString
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumString
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
public interface IEnumString
public interface IEnumString
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumString = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
type IEnumString = interface
type IEnumString = interface
Public Interface IEnumString
Attributi

Commenti

Per altre informazioni, vedere Interfaccia IEnumString.

Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un HRESULT. Per altre informazioni, vedere How to: Map HRESULTs and Exceptions.

Metodi

Clone(IEnumString)

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

Next(Int32, String[], IntPtr)

Recupera un determinato numero di elementi nella sequenza di enumerazione.

Reset()

Riporta all'inizio la sequenza di enumerazione.

Skip(Int32)

Ignora un determinato numero di elementi nella sequenza di enumerazione.

Si applica a