AdoDotNetConnectionProperties.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

表示此对象的编辑器的托管类型。

返回

Object

作为此对象的编辑器的指定类型的对象; 如果无法找到编辑器,则为 null。

实现

适用于