Share via


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

.NET Framework Security

See Also

Reference

IBindCtx Interface

Microsoft.VisualStudio.OLE.Interop Namespace