DynamicGraphMetaObject.BindDeleteIndex Method
This member overrides DynamicMetaObject.BindDeleteIndex(DeleteIndexBinder, DynamicMetaObject).
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overrides Function BindDeleteIndex ( _
binder As DeleteIndexBinder, _
indexes As DynamicMetaObject() _
) As DynamicMetaObject
public override DynamicMetaObject BindDeleteIndex(
DeleteIndexBinder binder,
DynamicMetaObject[] indexes
)
public:
virtual DynamicMetaObject^ BindDeleteIndex(
DeleteIndexBinder^ binder,
array<DynamicMetaObject^>^ indexes
) override
abstract BindDeleteIndex :
binder:DeleteIndexBinder *
indexes:DynamicMetaObject[] -> DynamicMetaObject
override BindDeleteIndex :
binder:DeleteIndexBinder *
indexes:DynamicMetaObject[] -> DynamicMetaObject
public override function BindDeleteIndex(
binder : DeleteIndexBinder,
indexes : DynamicMetaObject[]
) : DynamicMetaObject
Parameters
- binder
Type: DeleteIndexBinder
- indexes
Type: array<DynamicMetaObject[]
Return Value
Type: 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.