通过


ArrayListCollectionBase.Items 属性

定义

获取或设置数组列表对象中项的集合。 默认值为 Empty。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

属性值

数组列表对象中的项的集合。

注解

ASP.NET 在内部使用。 不适合客户端应用程序使用。

适用于

另请参阅