DataViewBrowseObject.GetEditor (Método)

Recupera un editor para el tipo base especificado y 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 Overridable Function GetEditor ( _
    editorBaseType As Type _
) As Object
public virtual Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
)
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 
public function GetEditor(
    editorBaseType : Type
) : Object

Parámetros

  • editorBaseType
    Tipo: System.Type
    Type que representa el tipo base del editor para recopilar.

Valor devuelto

Tipo: System.Object
Instancia del editor que se puede convertir al tipo de editor especificado o nullreferencia null (Nothing en Visual Basic) si no se puede encontrar ningún editor del tipo solicitado.

Implementaciones

ICustomTypeDescriptor.GetEditor(Type)

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

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