IMoniker.BindToObject Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub BindToObject ( _
pbc As IBindCtx, _
pmkToLeft As IMoniker, _
ByRef riidResult As Guid, _
<OutAttribute> ByRef ppvResult As Object _
)
void BindToObject(
IBindCtx pbc,
IMoniker pmkToLeft,
ref Guid riidResult,
out Object ppvResult
)
Parameters
- pmkToLeft
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker
- riidResult
Type: System.Guid%
- ppvResult
Type: System.Object%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.