DynamicGraphMetaObject.BindGetIndex, méthode
Ce membre substitue DynamicMetaObject.BindGetIndex(GetIndexBinder, array<DynamicMetaObject[]).
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
- binder
Type : System.Dynamic.GetIndexBinder
- 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.