This document is archived and information here might be outdated.  Recommended version.


IConnectionPointContainer.EnumConnectionPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IConnectionPointContainer Interface > IConnectionPointContainer.EnumConnectionPoints Method
ArcGIS Developer Help

IConnectionPointContainer.EnumConnectionPoints Method

[Visual Basic .NET]
Public Sub EnumConnectionPoints ( _
    ByRef ppEnum As IEnumConnectionPoints _
)
[C#]
public void EnumConnectionPoints (
    ref IEnumConnectionPoints ppEnum
);
[C++]
HRESULT EnumConnectionPoints(
  IEnumConnectionPoints** ppEnum
);
[C++]
Parameters
ppEnum [out]

ppEnum is a parameter of type IEnumConnectionPoints**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IConnectionPointContainer Interface