UCOMIConnectionPointContainer.EnumConnectionPoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an enumerator of all the connection points supported in the connectable object, one connection point per IID.
public:
void EnumConnectionPoints([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIEnumConnectionPoints ^ % ppEnum);
public void EnumConnectionPoints (out System.Runtime.InteropServices.UCOMIEnumConnectionPoints ppEnum);
abstract member EnumConnectionPoints : UCOMIEnumConnectionPoints -> unit
Public Sub EnumConnectionPoints (ByRef ppEnum As UCOMIEnumConnectionPoints)
Parameters
- ppEnum
- UCOMIEnumConnectionPoints
On successful return, contains the interface pointer of the enumerator.
Remarks
For more information, please see the existing documentation for IConnectionPointContainer::EnumConnectionPoints
in the MSDN library.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.