DataRowView.ICustomTypeDescriptor.GetEditor(Type) Método

Definição

Retorna um editor do tipo especificado para esta instância de um componente.Returns an editor of the specified type for this instance of a component.

 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.A Type that represents the editor for this object.

Retornos

Object

Um Object do tipo especificado que é o editor para esse objeto ou null, se não for possível encontrar o editor.An Object of the specified type that is the editor for this object, or null if the editor cannot be found.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DataRowView é convertida em uma interface de ICustomTypeDescriptor.It can be used only when the DataRowView instance is cast to an ICustomTypeDescriptor interface.

Aplica-se a