Condividi tramite


Metodo DataConnectionProperties.ICustomTypeDescriptor.GetEditor

Recupera un editor di tipo specificato per l'oggetto.

Spazio dei nomi:  Microsoft.VisualStudio.Data
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 l'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 l'editor non è disponibile.

Implementa

ICustomTypeDescriptor.GetEditor(Type)

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data