ArrayListCollectionBase.Items 屬性

定義

取得或設定陣列清單物件中的項目集合。 預設值是 Empty。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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

屬性值

陣列清單物件中的項目集合。

備註

ASP.NET 在內部使用。 不適用於客戶端應用程式。

適用於

另請參閱