ObjectList.AllFields プロパティ

定義

明示的または自動的に生成されるかどうかにかかわらず、 ObjectList クラスのすべてのフィールドのコレクションを返します。 既定値は、自動的に生成されるフィールドのコレクションです。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

プロパティ値

ObjectList内のすべてのフィールドを含むIObjectListFieldCollection オブジェクト。

属性

注釈

このコレクションは、データ バインディングの後でのみ使用できます。 Fields コレクションとは異なり、このコレクション内の項目を追加または削除することはできません。 既定では、このコレクションは自動的に生成されるフィールドのセットです。 フィールドが明示的に定義されている場合は、自動的に生成されたフィールドの後に含まれます。

適用対象