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
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.