ListView.InsertMethod プロパティ

定義

データを挿入するために呼び出すメソッドの名前を取得または設定します。

public:
 virtual property System::String ^ InsertMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
[System.Web.WebCategory("Data")]
[System.Web.WebSysDescription("DataBoundControl_InsertMethod")]
public virtual string InsertMethod { get; set; }
[<System.Web.UI.Themeable(false)>]
[<System.Web.WebCategory("Data")>]
[<System.Web.WebSysDescription("DataBoundControl_InsertMethod")>]
member this.InsertMethod : string with get, set
Public Overridable Property InsertMethod As String

プロパティ値

String

メソッドの名前。

属性
ThemeableAttribute WebCategoryAttribute System.Web.WebSysDescriptionAttribute

注釈

このプロパティを設定すると、モデル バインドがデータ バインディング メソッドとして使用されます。

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象