UCOMIConnectionPointContainer.EnumConnectionPoints Method

Definition

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