PropertyDescriptor.GetEditor(Type) 方法

定义

获取指定类型的编辑器。

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

适用于