ICustomTypeDescriptor.GetEditor(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此组件实例的指定类型的编辑器。
public:
System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
public object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object
参数
返回
表示该对象编辑器的指定类型的 Object;如果无法找到编辑器,则为 null
。
注解
参数的类型 editorBaseType
通常 UITypeEditor为 ,但也可以使用其他类型 (例如 ComponentEditor 和 InstanceCreationEditor) 。