共用方式為


Repeater.CreateControlHierarchy(Boolean) 方法

定義

使用或不使用指定的資料來源建立控制項階層架構。

protected:
 virtual void CreateControlHierarchy(bool useDataSource);
protected virtual void CreateControlHierarchy (bool useDataSource);
abstract member CreateControlHierarchy : bool -> unit
override this.CreateControlHierarchy : bool -> unit
Protected Overridable Sub CreateControlHierarchy (useDataSource As Boolean)

參數

useDataSource
Boolean

表示是否使用指定的資料來源。

適用於

另請參閱