ObjectList.Fields プロパティ

定義

ObjectListFieldCollection クラスで明示的に定義されたフィールドのコレクションを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 virtual property System::Web::UI::MobileControls::ObjectListFieldCollection ^ Fields { System::Web::UI::MobileControls::ObjectListFieldCollection ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
public virtual System.Web.UI.MobileControls.ObjectListFieldCollection Fields { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)>]
member this.Fields : System.Web.UI.MobileControls.ObjectListFieldCollection
Public Overridable ReadOnly Property Fields As ObjectListFieldCollection

プロパティ値

オブジェクト リスト コントロールに対して明示的に定義されたフィールドのコレクション。

属性

注釈

クラスの 、AddAtRemoveおよび RemoveAt メソッドを使用して、Addコレクション内のフィールドをObjectListFieldCollection追加または削除できます。

適用対象

こちらもご覧ください