UCOMIEnumConnectionPoints Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Clone(UCOMIEnumConnectionPoints) |
Veraltet.
Erstellt einen weiteren Enumerator, der den gleichen Enumerationszustand wie der aktuelle Enumerator enthält. |
Next(Int32, UCOMIConnectionPoint[], Int32) |
Veraltet.
Ruft eine angegebene Anzahl von Elementen in der Enumerationsfolge ab. |
Reset() |
Veraltet.
Setzt die Enumerationsfolge auf den Anfang zurück. |
Skip(Int32) |
Veraltet.
Überspringt eine angegebene Anzahl von Elementen in der Enumerationsfolge. |