ObjectList.Fields 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ObjectListFieldCollection 類別中已明確定義欄位的集合。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
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
屬性值
物件清單控制項之明確定義的欄位集合。
- 屬性
備註
您可以使用 類別的 ObjectListFieldCollection 、 RemoveAddAt和 RemoveAt 方法,在集合Add中加入或移除欄位。