ObjectListFieldCollection.Remove(ObjectListField) メソッド

定義

指定したフィールドを削除します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 void Remove(System::Web::UI::MobileControls::ObjectListField ^ field);
public void Remove(System.Web.UI.MobileControls.ObjectListField field);
member this.Remove : System.Web.UI.MobileControls.ObjectListField -> unit
Public Sub Remove (field As ObjectListField)

パラメーター

field
ObjectListField

削除するフィールド。

注釈

IObjectListFieldCollection インターフェイスでは使用できません。

オブジェクト リストのフィールドからフィールドを削除すると、コントロールのデータ バインディング動作が変更され、データをコントロールに再度バインドする必要があります。

適用対象

こちらもご覧ください