Partilhar via


WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Método

Definição

Retorna um editor do tipo especificado para esta instância de um componente. Este método implementa o 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

Um Type que representa o editor para esse objeto.

Retornos

Um Object do tipo editorBaseType que serve como o editor desse objeto ou null se não for possível localizar o editor.

Implementações

Aplica-se a

Confira também