Método UCOMIConnectionPointContainer.FindConnectionPoint (Guid, UCOMIConnectionPoint)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Pergunta ao o objeto conectável se ele tem um ponto de conexão para um IID específico e, nesse caso, retorna o ponteiro de interface IConnectionPoint desse ponto de conexão.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void FindConnectionPoint(
ref Guid riid,
out UCOMIConnectionPoint ppCP
)
void FindConnectionPoint(
Guid% riid,
[OutAttribute] UCOMIConnectionPoint^% ppCP
)
abstract FindConnectionPoint :
riid:Guid byref *
ppCP:UCOMIConnectionPoint byref -> unit
Sub FindConnectionPoint (
ByRef riid As Guid,
<OutAttribute> ByRef ppCP As UCOMIConnectionPoint
)
Parâmetros
riid
Type: System.GuidUma referência para a interface de saída IID cujo ponto de conexão está sendo solicitado.
ppCP
Type: System.Runtime.InteropServices.UCOMIConnectionPointNo retorno bem-sucedido, contém o ponto de conexão que gerencia a interface de saída riid.
Comentários
Para obter mais informações, consulte a documentação existente para IConnectionPointContainer::FindConnectionPoint na biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIConnectionPointContainer
Namespace System.Runtime.InteropServices
Retornar ao início