Condividi tramite


Metodo DataConnectionProperties.ICustomTypeDescriptor.GetEditor

Recupera un editor di tipo specificato da questo oggetto.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework
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: Type

    Type 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 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.Framework