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 對應於頁面的物件陣列,可用此編輯器編輯。
給繼承者的注意事項
此方法可被覆寫以更改編輯器顯示的頁面集合。