ListSortDescriptionCollection.IList.Add(Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrega un elemento a la colección.
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
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
Parámetros
- value
- Object
Elemento que se va a agregar a la colección.
Devoluciones
Posición en la que se insertó el nuevo elemento.
Implementaciones
Excepciones
En todos los casos.
Comentarios
Dado que la ListSortDescriptionCollection clase implementa la System.Collections.IList interfaz , debe tener un IList.Add método . Sin embargo, dado que la ListSortDescriptionCollection clase representa una colección de solo lectura, agregar elementos a la colección es una operación no válida.