Compartilhar via


Método UCOMIMoniker.BindToObject (UCOMIBindCtx, UCOMIMoniker, Guid, Object)

 

Dica

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

Usa o moniker para associar o objeto que identifica.

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

Sintaxe

void BindToObject(
    UCOMIBindCtx pbc,
    UCOMIMoniker pmkToLeft,
    [InAttribute] ref Guid riidResult,
    out object ppvResult
)
void BindToObject(
    UCOMIBindCtx^ pbc,
    UCOMIMoniker^ pmkToLeft,
    [InAttribute] Guid% riidResult,
    [OutAttribute] Object^% ppvResult
)
abstract BindToObject : 
        pbc:UCOMIBindCtx *
        pmkToLeft:UCOMIMoniker *
        riidResult:Guid byref *
        ppvResult:Object byref -> unit
Sub BindToObject (
    pbc As UCOMIBindCtx,
    pmkToLeft As UCOMIMoniker,
    <InAttribute> ByRef riidResult As Guid,
    <OutAttribute> ByRef ppvResult As Object
)

Parâmetros

  • riidResult
    Type: System.Guid

    O IID (identificador de interface) da interface que o cliente pretende usar para se comunicar com o objeto identificado pelo moniker.

  • ppvResult
    Type: System.Object

    No retorno bem-sucedido, a referência à interface solicitada pelo riidResult.

Comentários

Para obter mais informações sobre IMoniker::BindToObject, consulte a Biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIMoniker
Namespace System.Runtime.InteropServices

Retornar ao início