UpdatePanelTriggerCollection.InsertItem(Int32, UpdatePanelTrigger) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UpdatePanelTrigger オブジェクト内の指定したインデックス位置に UpdatePanelTriggerCollection オブジェクトを挿入します。
protected:
override void InsertItem(int index, System::Web::UI::UpdatePanelTrigger ^ item);
protected override void InsertItem (int index, System.Web.UI.UpdatePanelTrigger item);
override this.InsertItem : int * System.Web.UI.UpdatePanelTrigger -> unit
Protected Overrides Sub InsertItem (index As Integer, item As UpdatePanelTrigger)
パラメーター
- index
- Int32
トリガーを挿入する位置の、0 から始まるインデックス。
- item
- UpdatePanelTrigger
挿入するトリガー。 参照型の場合は null
の値を使用できます。
注釈
AsyncPostBackTriggerオブジェクト、 PostBackTrigger オブジェクト、またはから派生した任意のカスタムトリガーを追加でき UpdatePanelTrigger ます。