DataListComponentEditor.GetComponentEditorPages 方法

定義

會獲得一個對應頁面的物件陣列 Type ,可用此編輯器編輯。

protected:
 override cli::array <Type ^> ^ GetComponentEditorPages();
protected override Type[] GetComponentEditorPages();
override this.GetComponentEditorPages : unit -> Type[]
Protected Overrides Function GetComponentEditorPages () As Type()

傳回

Type[]

一組 Type 對應於頁面的物件陣列,可用此編輯器編輯。

給繼承者的注意事項

此方法可被覆寫以更改編輯器顯示的頁面集合。

適用於

另請參閱