Partilhar via


Método DataViewBrowseObject.SetEditor

Coloca ou remove o editor para a atual para o objeto.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Sub SetEditor ( _
    editorBaseType As Type, _
    value As Object _
)
public void SetEditor(
    Type editorBaseType,
    Object value
)
public:
void SetEditor(
    Type^ editorBaseType, 
    Object^ value
)
member SetEditor : 
        editorBaseType:Type * 
        value:Object -> unit 
public function SetEditor(
    editorBaseType : Type, 
    value : Object
)

Parâmetros

  • editorBaseType
    Tipo: System.Type
    Type que representa o tipo base do editor.
  • value
    Tipo: System.Object
    O editor para definir, ou nulluma referência nula (Nothing no Visual Basic) para remover o editor com base no tipo.

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Namespace Microsoft.VisualStudio.Data.Framework