DynamicGraphMetaObject.BindDeleteIndex, méthode
Ce membre substitue DynamicMetaObject.BindDeleteIndex(DeleteIndexBinder, array<DynamicMetaObject[]).
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
- binder
Type : System.Dynamic.DeleteIndexBinder
- indexes
Type : array<System.Dynamic.DynamicMetaObject[]
Valeur de retour
Type : System.Dynamic.DynamicMetaObject
retourne DynamicMetaObject ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.