IConnectionPointContainer Interface
.NET Framework (current version)
Provides the managed definition of the IConnectionPointContainer interface.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | EnumConnectionPoints(IEnumConnectionPoints^%) | Creates an enumerator of all the connection points supported in the connectable object, one connection point per IID. |
![]() | FindConnectionPoint(Guid%, IConnectionPoint^%) | Asks the connectable object if it has a connection point for a particular IID, and if so, returns the IConnectionPoint interface pointer to that connection point. |
For more information, see the existing documentation for IConnectionPointContainer in 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show:
