Partager via


SubMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Méthode

Définition

Pour obtenir une description de ce membre, consultez 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 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 ne peut être utilisé que lorsque l’instance SubMenuStyle est castée vers l’interface ICustomTypeDescriptor .

S’applique à