UCOMIEnumMoniker Interface

Définition

Attention

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

Utilisez plutôt IEnumMoniker.

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

Remarques

Pour plus d’informations sur l’interface IEnumMoniker , consultez MSDN Library.

Méthodes

Clone(UCOMIEnumMoniker)
Obsolète.

Crée un autre énumérateur qui contient le même état d’énumération que l’énumérateur actuel.

Next(Int32, UCOMIMoniker[], Int32)
Obsolète.

Récupère un nombre spécifié d’éléments dans la séquence d’énumération.

Reset()
Obsolète.

Réinitialise la séquence d'énumération au début.

Skip(Int32)
Obsolète.

Ignore un nombre spécifié d’éléments dans la séquence d’énumération.

S’applique à