Método PropertyGroup.ICustomTypeDescriptor.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.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Private Function GetEditor ( _
editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
Type editorBaseType
)
private:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor :
editorBaseType:Type -> Object
private override GetEditor :
editorBaseType:Type -> Object
JScript não oferece suporte para implementações de interfaces explícitas.
Parâmetros
- editorBaseType
Tipo: System.Type
Valor de retorno
Tipo: System.Object
Implementações
ICustomTypeDescriptor.GetEditor(Type)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Internal