WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Método

Definición

Devuelve un editor del tipo especificado para esta instancia de un componente. Este método implementa el método 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

Parámetros

editorBaseType
Type

Type que representa el editor para este objeto.

Devoluciones

Object del tipo editorBaseType, que actúa como editor de este objeto, o null si no se encuentra ningún editor.

Implementaciones

Se aplica a

Consulte también