UCOMIConnectionPoint.GetConnectionPointContainer Método

Definición

Recupera el puntero de IConnectionPointContainer interfaz al objeto conectable que posee conceptualmente este punto de conexión.

public:
 void GetConnectionPointContainer([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIConnectionPointContainer ^ % ppCPC);
public void GetConnectionPointContainer(out System.Runtime.InteropServices.UCOMIConnectionPointContainer ppCPC);
abstract member GetConnectionPointContainer : UCOMIConnectionPointContainer -> unit
Public Sub GetConnectionPointContainer (ByRef ppCPC As UCOMIConnectionPointContainer)

Parámetros

ppCPC
UCOMIConnectionPointContainer

Cuando se devuelve correctamente, contiene la interfaz del IConnectionPointContainer objeto conectable.

Comentarios

Para obtener más información, consulte la documentación existente para IConnectionPoint::GetConnectionPointContainer en MSDN Library.

Se aplica a