Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor
Recupera un editor di tipo specificato da questo oggetto.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
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 non supporta le implementazioni esplicite dell'interfaccia.
Parametri
editorBaseType
Tipo: TypeUn tipo gestito che rappresenta l'editor per questo oggetto.
Valore restituito
Tipo: Object
Un oggetto del tipo specificato che è l'editor per questo oggetto, o nullriferimento null (Nothing in Visual Basic) se nell'editor non è disponibile.
Implementa
ICustomTypeDescriptor.GetEditor(Type)
Note
Questo metodo fornisce un'implementazione di metodo GetEditor. Per ulteriori informazioni, vedere il metodo GetEditor nella libreria di classi .NET Framework.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetConnectionProperties Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet