DataListComponentEditor.GetComponentEditorPages 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Type 物件的陣列,這些物件與可使用此編輯器編輯的頁面相對應。
protected:
override cli::array <Type ^> ^ GetComponentEditorPages();
protected override Type[] GetComponentEditorPages ();
override this.GetComponentEditorPages : unit -> Type[]
Protected Overrides Function GetComponentEditorPages () As Type()
傳回
Type[]
Type 物件的陣列,這些物件與可使用此編輯器編輯的頁面相對應。
給繼承者的注意事項
您可以覆寫這個方法,以變更編輯器所顯示的頁面集。