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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.