IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) 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::ComTypes::IEnumConnectionPoints ^ % ppEnum);
public void EnumConnectionPoints (out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppEnum);
abstract member EnumConnectionPoints : IEnumConnectionPoints -> unit
Public Sub EnumConnectionPoints (ByRef ppEnum As IEnumConnectionPoints)
Parameters
- ppEnum
- IEnumConnectionPoints
When this method returns, contains the interface pointer of the enumerator. This parameter is passed uninitialized.
Remarks
For more information, see the existing documentation for IConnectionPointContainer::EnumConnectionPoints
in the MSDN library.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.