Método UCOMIConnectionPoint.GetConnectionPointContainer (UCOMIConnectionPointContainer)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera o ponteiro de interface IConnectionPointContainer do objeto conectável que tem esse ponto de conexão conceitualmente.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetConnectionPointContainer(
out UCOMIConnectionPointContainer ppCPC
)
void GetConnectionPointContainer(
[OutAttribute] UCOMIConnectionPointContainer^% ppCPC
)
abstract GetConnectionPointContainer :
ppCPC:UCOMIConnectionPointContainer byref -> unit
Sub GetConnectionPointContainer (
<OutAttribute> ByRef ppCPC As UCOMIConnectionPointContainer
)
Parâmetros
ppCPC
Type: System.Runtime.InteropServices.UCOMIConnectionPointContainerNo retorno bem-sucedido, contém a interface do objeto conectável IConnectionPointContainer.
Comentários
Para obter mais informações, consulte a documentação existente para IConnectionPoint::GetConnectionPointContainer na biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIConnectionPoint
Namespace System.Runtime.InteropServices
Retornar ao início