DataGridComponentEditor.GetComponentEditorPages 方法
定义
protected:
override cli::array <Type ^> ^ GetComponentEditorPages();
protected override Type[] GetComponentEditorPages ();
override this.GetComponentEditorPages : unit -> Type[]
Protected Overrides Function GetComponentEditorPages () As Type()
返回
- Type[]
与可使用此编辑器进行编辑的页相对应的 Type 对象的数组。An array of Type objects corresponding to the pages that can be edited using this editor.
继承者说明
可以重写此方法以更改编辑器所显示的页集。This method can be overridden to change the set of pages shown by the editor.