Compartilhar via


Método UCOMIMoniker.BindToStorage (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.

Recupera um ponteiro de interface para o armazenamento que contém o objeto identificado pelo moniker.

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

Sintaxe

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

Parâmetros

  • riid
    Type: System.Guid

    O IID (identificador de interface) da interface de armazenamento solicitada.

  • ppvObj
    Type: System.Object

    No retorno bem-sucedido, uma referência à interface solicitada pelo riid.

Comentários

Para obter mais informações sobre IMoniker::BindToStorage, 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