XmlQuerySequence<T>.IList.Add(Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Genera un'eccezione NotSupportedException in tutti i casi.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
Parametri
- value
- Object
Valore della sequenza.
Restituisce
Indice dell'elemento aggiunto.