Compartilhar via


Método UCOMIConnectionPoint.GetConnectionInterface (Guid)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Retorna o IID da interface de saída gerenciada por esse ponto de conexão.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void GetConnectionInterface(
    out Guid pIID
)
void GetConnectionInterface(
    [OutAttribute] Guid% pIID
)
abstract GetConnectionInterface : 
        pIID:Guid byref -> unit
Sub GetConnectionInterface (
    <OutAttribute> ByRef pIID As Guid
)

Parâmetros

  • pIID
    Type: System.Guid

    No retorno bem-sucedido, contém o IID da interface de saída gerenciada por esse ponto de conexão.

Comentários

Para obter mais informações, consulte a documentação existente para IConnectionPoint::GetConnectionInterface 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