AxHost.ICustomTypeDescriptor.GetEditor(Type) Método

Definición

Devuelve un editor del tipo especificado para el objeto actual.

 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 del objeto actual.

Devoluciones

Object

Un objeto del tipo especificado que es el editor del objeto actual, o null si no se encuentra ningún editor.

Implementaciones

Se aplica a