DataGridComponentEditor.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 对象的数组。

继承者说明

可以重写此方法以更改编辑器显示的页面集。

适用于

另请参阅