Share via


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

.NET Framework Security

See Also

Reference

IBindCtx Interface

Microsoft.VisualStudio.OLE.Interop Namespace