DynamicGraphMetaObject.BindGetIndex Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This member overrides DynamicMetaObject.BindGetIndex(GetIndexBinder, array<DynamicMetaObject[]).
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overrides Function BindGetIndex ( _
binder As GetIndexBinder, _
indexes As DynamicMetaObject() _
) As DynamicMetaObject
public override DynamicMetaObject BindGetIndex(
GetIndexBinder binder,
DynamicMetaObject[] indexes
)
public:
virtual DynamicMetaObject^ BindGetIndex(
GetIndexBinder^ binder,
array<DynamicMetaObject^>^ indexes
) override
abstract BindGetIndex :
binder:GetIndexBinder *
indexes:DynamicMetaObject[] -> DynamicMetaObject
override BindGetIndex :
binder:GetIndexBinder *
indexes:DynamicMetaObject[] -> DynamicMetaObject
public override function BindGetIndex(
binder : GetIndexBinder,
indexes : DynamicMetaObject[]
) : DynamicMetaObject
Parameters
- binder
Type: System.Dynamic.GetIndexBinder
- indexes
Type: array<System.Dynamic.DynamicMetaObject[]
Return Value
Type: System.Dynamic.DynamicMetaObject
Returns DynamicMetaObject.
.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.