Compartir a través de


Interfaz UCOMIEnumMoniker

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.IEnumMoniker en su lugar.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000102-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumMoniker
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000102-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumMoniker
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("00000102-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumMoniker = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("00000102-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumMoniker

Métodos

Nombre Descripción
System_CAPS_pubmethod Clone(UCOMIEnumMoniker)

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

System_CAPS_pubmethod Next(Int32, UCOMIMoniker[], Int32)

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

System_CAPS_pubmethod Reset()

Restablece la secuencia de enumeración al principio.

System_CAPS_pubmethod Skip(Int32)

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

Comentarios

Para obtener más información acerca de la IEnumMoniker de la interfaz, vea MSDN Library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio