Freigeben über


UCOMIEnumConnectionPoints-Schnittstelle

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

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

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

Syntax

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnectionPoints
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumConnectionPoints
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnectionPoints = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumConnectionPoints

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(UCOMIEnumConnectionPoints)

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

System_CAPS_pubmethod Next(Int32, UCOMIConnectionPoint[], 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 IEnumConnectionPoints 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