UCOMIConnectionPoint Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Assembly: mscorlib (in mscorlib.dll)
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> <GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> Public Interface UCOMIConnectionPoint
| Name | Description | |
|---|---|---|
![]() | Advise(Object, Int32) | Establishes an advisory connection between the connection point and the caller's sink object. |
![]() | EnumConnections(UCOMIEnumConnections) | Creates an enumerator object for iteration through the connections that exist to this connection point. |
![]() | GetConnectionInterface(Guid) | Returns the IID of the outgoing interface managed by this connection point. |
![]() | GetConnectionPointContainer(UCOMIConnectionPointContainer) | Retrieves the IConnectionPointContainer interface pointer to the connectable object that conceptually owns this connection point. |
![]() | Unadvise(Int32) | Terminates an advisory connection previously established through UCOMIConnectionPoint.Advise. |
For more information, please see the existing documentation for IConnectionPoint in the com subfolder of the MSDN library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
