Freigeben über


UCOMIConnectionPoint-Schnittstelle

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

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

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

Syntax

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

Methoden

Name Beschreibung
System_CAPS_pubmethod Advise(Object, Int32)

Richtet eine Advise-Verbindung zwischen dem Verbindungspunkt und Empfängerobjekt des Aufrufers.

System_CAPS_pubmethod EnumConnections(UCOMIEnumConnections)

Erstellt ein Enumeratorobjekt für die Iteration durch die Verbindungen, die mit diesem Verbindungspunkt vorhanden.

System_CAPS_pubmethod GetConnectionInterface(Guid)

Gibt die IID der von diesem Verbindungspunkt verwalteten Ausgangsschnittstelle zurück.

System_CAPS_pubmethod GetConnectionPointContainer(UCOMIConnectionPointContainer)

Ruft die IConnectionPointContainer -Schnittstellenzeiger auf das verbindungsfähige Objekt, das diesem Verbindungspunkt konzeptionell besitzt.

System_CAPS_pubmethod Unadvise(Int32)

Beendet eine Advise-Verbindung, die zuvor mit UCOMIConnectionPoint.Advise.

Hinweise

Weitere Informationen finden Sie in der Dokumentation zu IConnectionPoint im Unterordner com der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang