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

Object

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

Implementaciones

Comentarios

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

Se aplica a

Consulte también