UCOMIEnumConnectionPoints Schnittstelle

Definition

Achtung

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

Verwenden Sie stattdessen IEnumConnectionPoints.

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

Hinweise

Weitere Informationen zur IEnumConnectionPoints Schnittstelle finden Sie in der MSDN Library.

Methoden

Name Beschreibung
Clone(UCOMIEnumConnectionPoints)
Veraltet.

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

Next(Int32, UCOMIConnectionPoint[], Int32)
Veraltet.

Ruft eine angegebene Anzahl von Elementen in der Enumerationssequenz ab.

Reset()
Veraltet.

Setzt die Zählungssequenz auf den Anfang zurück.

Skip(Int32)
Veraltet.

Überspringt eine angegebene Anzahl von Elementen in der Enumerationssequenz.

Gilt für: