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 ()

備註

當使用者在設計階段選取資料來源之後,需要額外處理的衍生類別可以使用這個方法。

適用於

另請參閱