DataViewBrowseObject.SetEditor(Type, Object) Método

Definição

Define ou remove o editor do objeto de procura atual.

public:
 void SetEditor(Type ^ editorBaseType, System::Object ^ value);
public void SetEditor (Type editorBaseType, object value);
member this.SetEditor : Type * obj -> unit
Public Sub SetEditor (editorBaseType As Type, value As Object)

Parâmetros

editorBaseType
Type

Um Type que representa o tipo base do editor.

value
Object

O editor a ser definido ou nulo para remover o editor com base em seu tipo.

Aplica-se a