DynamicActivity.ICustomTypeDescriptor.GetEditor(Type) Méthode

Définition

Retourne un éditeur avec le type de base spécifié.

 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 de base de l'éditeur que vous souhaitez rechercher.

Retours

Instance de l'éditeur qui peut faire l'objet d'un cast en un type d'éditeur spécifié ou null si aucun éditeur du type demandé n'est disponible.

Implémente

Remarques

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

S’applique à