GridView.ICallbackContainer.GetCallbackScript(IButtonControl, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
並べ替え操作を実行するボタンのコールバック スクリプトを作成します。
virtual System::String ^ System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript(System::Web::UI::WebControls::IButtonControl ^ buttonControl, System::String ^ argument) = System::Web::UI::WebControls::ICallbackContainer::GetCallbackScript;
string ICallbackContainer.GetCallbackScript (System.Web.UI.WebControls.IButtonControl buttonControl, string argument);
abstract member System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
override this.System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
Function GetCallbackScript (buttonControl As IButtonControl, argument As String) As String Implements ICallbackContainer.GetCallbackScript
パラメーター
- buttonControl
- IButtonControl
コールバック スクリプトの作成対象のボタン コントロール。
- argument
- String
コールバック スクリプトに渡す引数。
戻り値
並べ替え操作を実行するボタンのコールバック スクリプト。
実装
注釈
ICallbackContainer.GetCallbackScript は、並べ替え操作を GridView 実行するボタンのコールバック スクリプトを作成するためにコントロールによって使用されるヘルパー メソッドです。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET