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