Share via


AxHost.ICustomTypeDescriptor.GetEditor(Type) Método

Definição

Retorna um editor do tipo especificado para o objeto atual.

 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

Um Type que representa o editor para o objeto atual.

Retornos

Object

Um objeto do tipo especificado que é o editor do objeto atual ou null se não for possível encontrar o editor.

Implementações

Aplica-se a