共用方式為


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 物件的陣列,這些物件與可使用此編輯器編輯的頁面相對應。

給繼承者的注意事項

您可以覆寫這個方法,以變更編輯器所顯示的頁面集。

適用於

另請參閱