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

表示该对象的编辑器的 Type

返回

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

实现

注解

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

有关详细信息,请参阅 GetEditor

适用于

另请参阅