共用方式為


DetailsView.CreateAutoGeneratedRows(Object) 方法

定義

針對指定的資料項目,建立一組自動產生的資料列欄位。

protected:
 virtual System::Collections::ICollection ^ CreateAutoGeneratedRows(System::Object ^ dataItem);
protected virtual System.Collections.ICollection CreateAutoGeneratedRows (object dataItem);
abstract member CreateAutoGeneratedRows : obj -> System.Collections.ICollection
override this.CreateAutoGeneratedRows : obj -> System.Collections.ICollection
Protected Overridable Function CreateAutoGeneratedRows (dataItem As Object) As ICollection

參數

dataItem
Object

要建立自動產生資料列欄位的資料項目。

傳回

ICollection

ICollection,含有指定資料項目的自動產生資料列欄位。

例外狀況

DetailsView 控制項沒有任何可以從中產生欄位的屬性 (Property) 或屬性 (Attribute)。

備註

AutoGenerateRows當 屬性設定為 true 時, CreateAutoGeneratedRows 控制項會呼叫 DetailsView 方法,為目前資料項目建立一組自動產生的資料欄欄位。

給繼承者的注意事項

擴充 DetailsView 類別時,您可以覆寫這個方法,以建立一組自動產生的資料欄欄位。

適用於

另請參閱