ObjectList.Items プロパティ

定義

ObjectListItemCollection 内の項目のコレクションを取得します。 既定値は空のコレクションです。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 virtual property System::Web::UI::MobileControls::ObjectListItemCollection ^ Items { System::Web::UI::MobileControls::ObjectListItemCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public virtual System.Web.UI.MobileControls.ObjectListItemCollection Items { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.Items : System.Web.UI.MobileControls.ObjectListItemCollection
Public Overridable ReadOnly Property Items As ObjectListItemCollection

プロパティ値

オブジェクト リスト内の項目のコレクション。

属性

注釈

コレクション内の項目は ObjectListItemCollection 検査できますが、コレクションを変更することはできません。

適用対象

こちらもご覧ください