PropertyDescriptor.GetEditor(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定类型的编辑器。
public:
virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual object GetEditor (Type editorBaseType);
public virtual object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Overridable Function GetEditor (editorBaseType As Type) As Object
参数
- editorBaseType
- Type
编辑器的基类型,用于区分属性所支持的多个编辑器。
返回
请求的编辑器类型的实例,或者,如果未能找到编辑器,则为 null
。