Condividi tramite


Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor

Recupera un editor di tipo specificato per l'oggetto.

Spazio dei nomi:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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: System.Type
    Type gestito che rappresenta l'editor per l'oggetto.

Valore restituito

Tipo: System.Object
Restituisce un oggetto del tipo specificato che è l'editor per questo oggetto, o restituisce nullriferimento null (Nothing in Visual Basic) se l'editor non è disponibile.

Implementa

ICustomTypeDescriptor.GetEditor(Type)

Note

Questo metodo fornisce un'implementazione del metodo GetEditor.Per ulteriori informazioni vedere il metodo GetEditor nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet