Partilhar via


Método LocalizableProperties.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.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System.Object

Implementações

ICustomTypeDescriptor.GetEditor(Type)

Segurança do .NET Framework

Consulte também

Referência

LocalizableProperties Classe

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