DbConnectionStringBuilder.ICustomTypeDescriptor.GetEditor(Type) Méthode

Définition

Retourne un éditeur du type spécifié pour cette instance d’un composant.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

Paramètres

editorBaseType
Type

Type qui représente l’éditeur pour cet objet.

Retours

Object du type spécifié qui est l’éditeur pour cet objet, ou null si l’éditeur est introuvable.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DbConnectionStringBuilder est castée en interface ICustomTypeDescriptor.

Pour plus d'informations, consultez GetEditor.

S’applique à

Voir aussi