Share via


RepeaterDesigner.ExecuteChooseDataSourcePostSteps メソッド

定義

ユーザーがデザイン時にデータ ソースを選択した後、Visual Studio 2005 などのデザイン ホストによって呼び出されます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 virtual void ExecuteChooseDataSourcePostSteps();
protected virtual void ExecuteChooseDataSourcePostSteps ();
abstract member ExecuteChooseDataSourcePostSteps : unit -> unit
override this.ExecuteChooseDataSourcePostSteps : unit -> unit
Protected Overridable Sub ExecuteChooseDataSourcePostSteps ()

注釈

このメソッドは、ユーザーがデザイン時にデータ ソースを選択した後に追加の処理を必要とする派生クラスで使用できます。

適用対象

こちらもご覧ください