ArrayListCollectionBase.Items 属性

定义

获取或设置数组列表对象中的项的集合。Gets or sets the collection of items in an array list object. 默认值为 EmptyThe default value is Empty. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see 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

属性值

ArrayList

数组列表对象中的项的集合。The collection of items in an array list object.

注解

由 ASP.NET 在内部使用。Used internally by the ASP.NET. 不应由客户端应用程序使用。Not intended for use by client applications.

适用于

另请参阅