IBindStatusCallback.GetBindInfo Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub GetBindInfo ( _
<OutAttribute> ByRef grfBINDF As UInteger, _
<OutAttribute> pbindinfo As BINDINFO() _
)
void GetBindInfo(
out uint grfBINDF,
BINDINFO[] pbindinfo
)
Parameters
- grfBINDF
Type: System.UInt32%
- pbindinfo
Type: array<Microsoft.VisualStudio.OLE.Interop.BINDINFO[]
.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.