Share via


ObjectListFieldCollection.Remove(ObjectListField) メソッド

定義

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

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 使用できません。

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

適用対象

こちらもご覧ください