Condividi tramite


DynamicScriptObject.TrySetIndex(SetIndexBinder, Object[], Object) Metodo

Definizione

Imposta un membro dell'oggetto script utilizzando il primo indice specificato nell'insieme indexes.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 override bool TrySetIndex(System::Dynamic::SetIndexBinder ^ binder, cli::array <System::Object ^> ^ indexes, System::Object ^ value);
public override bool TrySetIndex (System.Dynamic.SetIndexBinder binder, object[] indexes, object value);
override this.TrySetIndex : System.Dynamic.SetIndexBinder * obj[] * obj -> bool
Public Overrides Function TrySetIndex (binder As SetIndexBinder, indexes As Object(), value As Object) As Boolean

Parametri

binder
SetIndexBinder

Gestore di associazione fornito dal sito di chiamata.

indexes
Object[]

Indice da recuperare.

value
Object

Risultato del metodo.

Restituisce

Restituisce sempre true.

Eccezioni

binder è null.

-oppure-

indexes è null.

La lunghezza di indexes non è uguale a 1.

Il primo valore indexes è null.

Il membro non esiste.

Commenti

Il TrySetIndex metodo genera un'eccezione se viene tentato un accesso non valido.

Si applica a