Método XsdReferenceNodeExtender.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)
'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
- editorBaseType
Tipo: System.Type
Tipo: System.Object
ICustomTypeDescriptor.GetEditor(Type)
- 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.
XsdReferenceNodeExtender Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal