DataConnectionProperties.ICustomTypeDescriptor.GetEditor, méthode

Récupère un éditeur du type spécifié pour cet objet.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • editorBaseType
    Type : System.Type
    Type managé qui représente l'éditeur de cet objet.

Valeur de retour

Type : System.Object
Un objet du type spécifié qui est l'éditeur pour cet objet, ou nullune référence null (Nothing en Visual Basic) si l'éditeur est introuvable.

Implémentations

ICustomTypeDescriptor.GetEditor(Type)

Notes

Cette méthode fournit une implémentation de la méthode d' ICustomTypeDescriptor.GetEditor(System.Type) .Pour plus d'informations, consultez la méthode d' GetEditor dans la bibliothèque de classes d' .NET Framework .

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework, espace de noms