WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Méthode

Définition

Retourne un éditeur du type spécifié pour cette instance d’un composant. Cette méthode implémente la méthode GetEditor(Type) .

 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

Object de type editorBaseType qui sert d'éditeur pour cet objet ou null si l'éditeur est introuvable.

Implémente

S’applique à

Voir aussi