UCOMIConnectionPointContainer 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.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> <GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> Public Interface UCOMIConnectionPointContainer
| Name | Description | |
|---|---|---|
![]() | EnumConnectionPoints(UCOMIEnumConnectionPoints) | Creates an enumerator of all the connection points supported in the connectable object, one connection point per IID. |
![]() | FindConnectionPoint(Guid, UCOMIConnectionPoint) | 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, please see the existing documentation for IConnectionPointContainer in the com subfolder of the MSDN library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
