ICustomTypeDescriptor.GetEditor(Type) 方法

定义

返回此组件实例的指定类型的编辑器。

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

参数

editorBaseType
Type

表示该对象的编辑器的 Type

返回

表示该对象编辑器的指定类型的 Object;如果无法找到编辑器,则为 null

注解

参数的类型 editorBaseType 通常 UITypeEditor为 ,但也可以使用其他类型 (例如 ComponentEditorInstanceCreationEditor) 。

适用于

另请参阅