IBindCtx.GetBindOptions Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetBindOptions ( _
<OutAttribute> pbindopts As BIND_OPTS2() _
)
void GetBindOptions(
BIND_OPTS2[] pbindopts
)
void GetBindOptions(
[InAttribute] [OutAttribute] array<BIND_OPTS2>^ pbindopts
)
abstract GetBindOptions :
pbindopts:BIND_OPTS2[] byref -> unit
function GetBindOptions(
pbindopts : BIND_OPTS2[]
)
Parameters
- pbindopts
Type: array<Microsoft.VisualStudio.OLE.Interop.BIND_OPTS2[]
.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.