DataViewBrowseObject.SetEditor (Método)

Establece o quita el editor para el objeto actual de examen.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 el tipo base del editor.
  • value
    Tipo: System.Object
    El editor a establecer, o nullreferencia null (Nothing en Visual Basic) para quitar el editor basándose en su tipo.

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)