IEnumString Interfaz

Definición

Administra la definición de la interfaz 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
Atributos

Comentarios

Para obtener más información, vea Interfaz IEnumString.

Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.

Métodos

Clone(IEnumString)

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

Next(Int32, String[], IntPtr)

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

Reset()

Restablece la secuencia de enumeración al principio.

Skip(Int32)

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

Se aplica a