IConnectionPoint Interface
Provides the managed definition of the IConnectionPoint interface.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Advise(Object^, Int32%) | Establishes an advisory connection between the connection point and the caller's sink object. |
![]() | EnumConnections(IEnumConnections^%) | 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(IConnectionPointContainer^%) | Retrieves the IConnectionPointContainer interface pointer to the connectable object that conceptually owns this connection point. |
![]() | Unadvise(Int32) | Terminates an advisory connection previously established through the Advise method. |
For more information, see the existing documentation for IConnectionPoint in the MSDN library.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
