ArcObjects Library Reference (Display)  

IConnectionPoint.GetConnectionPointContainer Method

[Visual Basic .NET]
Public Sub GetConnectionPointContainer ( _
    ByRef ppCPC As IConnectionPointContainer _
)
[C#]
public void GetConnectionPointContainer (
    ref IConnectionPointContainer ppCPC
);
[C++]
HRESULT GetConnectionPointContainer(
  IConnectionPointContainer** ppCPC
);
[C++]

Parameters

ppCPC [out]

  ppCPC is a parameter of type IConnectionPointContainer

Product Availability

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

Description

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

See Also

IConnectionPoint Interface