DynamicActivity.ICustomTypeDescriptor.GetEditor(Type) 方法

定义

使用指定的基类型返回编辑器。

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

参数

editorBaseType
Type

要查找的编辑器的基类型。

返回

可被强制转换为指定编辑器类型的编辑器的一个实例,如果找不到请求类型的编辑器,则为 null

实现

注解

此成员是显式接口成员的实现。 它只能在 DynamicActivity 实例被强制转换为 ICustomTypeDescriptor 接口时使用。

适用于