DataConnectionProperties.ICustomTypeDescriptor.GetEditor(Type) Méthode

Définition

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

 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

Managé Type représentant l’éditeur pour cet objet.

Retours

Object

Retourne un objet du type spécifié qui est l’éditeur pour cet objet, ou retourne la valeur null si l’éditeur est introuvable.

Implémente

S’applique à