ArrayListCollectionBase.Items Propiedad

Definición

Obtiene o establece la colección de elementos de un objeto de lista de matriz. El valor predeterminado es Empty. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

protected:
 property System::Collections::ArrayList ^ Items { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
protected System.Collections.ArrayList Items { get; set; }
member this.Items : System.Collections.ArrayList with get, set
Protected Property Items As ArrayList

Valor de propiedad

La colección de elementos de un objeto de lista de matriz.

Comentarios

Usado internamente por el ASP.NET. No está pensado para su uso por las aplicaciones cliente.

Se aplica a

Consulte también