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