DbConnectionStringBuilder.ICustomTypeDescriptor.GetEditor(Type) Método

Definición

Devuelve un editor del tipo especificado para esta instancia de un componente.

 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

Parámetros

editorBaseType
Type

Type que representa el editor para este objeto.

Devoluciones

Un Object del tipo especificado que es el editor para este objeto o null si no se encuentra el editor.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de DbConnectionStringBuilder se convierte en una interfaz ICustomTypeDescriptor.

Para obtener más información, vea GetEditor.

Se aplica a

Consulte también