ObjectList.Items プロパティ

定義

ObjectListItemCollection リスト内の項目のコレクションを取得します。 既定値は空のコレクションです。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 コレクション内の項目を調べることができますが、コレクションを変更することはできません。

適用対象

こちらもご覧ください