UCOMIConnectionPointContainer-Schnittstelle

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

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

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

Syntax

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

Methoden

Name Beschreibung
System_CAPS_pubmethod EnumConnectionPoints(UCOMIEnumConnectionPoints)

Erstellt einen Enumerator aller Verbindungspunkte unterstützt das verbindungsfähige Objekt einen Verbindungspunkt pro IID.

System_CAPS_pubmethod FindConnectionPoint(Guid, UCOMIConnectionPoint)

Fragt das verbindungsfähige Objekt, wenn sie einen Verbindungspunkt für eine bestimmte IID enthält und die IConnectionPoint -Schnittstellenzeiger ab.

Hinweise

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

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang