AxHost.ICustomTypeDescriptor.GetEditor(Type) Méthode

Définition

Retourne un éditeur du type spécifié pour l'objet actif.

 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 l'objet actif.

Retours

Object

Un objet de type spécifié qui est l'éditeur pour l'objet actif ou null si l'éditeur est introuvable.

Implémente

S’applique à