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

属性值

包含 IObjectListFieldCollection .. 中 ObjectList所有字段的对象。

属性

注解

此集合仅在数据绑定后可用。 Fields与集合不同,不能在此集合中添加或删除项。 默认情况下,此集合是自动生成的字段集。 如果显式定义了任何字段,则包含在任何自动生成的字段之后。

适用于