Condividi tramite


Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor

Recupera un editor di tipo specificato da questo 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: Type

    Type gestito che rappresenta l'editor per questo oggetto.

Valore restituito

Tipo: Object
Restituisce un oggetto del tipo specificato che è l'editor per questo oggetto, o restituisce 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

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet