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 。
继承者说明
可以重写此方法以更改编辑器显示的页面集。