Freigeben über


UCOMIEnumMoniker-Schnittstelle

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.IEnumMoniker.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[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

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(UCOMIEnumMoniker)

Erstellt einen weiteren Enumerator, der denselben Enumerationszustand wie der aktuelle enthält.

System_CAPS_pubmethod Next(Int32, UCOMIMoniker[], Int32)

Ruft eine angegebene Anzahl von Elementen in der Enumerationsfolge ab.

System_CAPS_pubmethod Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

System_CAPS_pubmethod Skip(Int32)

Überspringt eine angegebene Anzahl von Elementen in der Enumerationsfolge.

Hinweise

Weitere Informationen zu den IEnumMoniker Benutzeroberfläche, finden Sie in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang