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

继承者说明

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

适用于

另请参阅