Compartilhar via


Método DatabaseConfigurationExtender.GetEditor

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxe

'Declaração
Public Function GetEditor ( _
    editorBaseType As Type _
) As Object
public Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 
public final function GetEditor(
    editorBaseType : Type
) : Object

Parâmetros

Valor de retorno

Tipo: System.Object

Implementações

ICustomTypeDescriptor.GetEditor(Type)

Segurança do .NET Framework

Consulte também

Referência

DatabaseConfigurationExtender Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal