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
pbc
Type: System.Runtime.InteropServices.UCOMIBindCtxUma referência à interface IBindCtx no objeto de contexto de associação usada nessa operação de associação.
pmkToLeft
Type: System.Runtime.InteropServices.UCOMIMonikerUma referência ao moniker à esquerda desse moniker, se o moniker fizer parte de um moniker de composição.
riidResult
Type: System.GuidO IID (identificador de interface) da interface que o cliente pretende usar para se comunicar com o objeto identificado pelo moniker.
ppvResult
Type: System.ObjectNo 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