IComNativeDescriptorHandler.GetEditor(Object, Type) Méthode

Définition

Obtient l’éditeur du composant spécifié.

public:
 System::Object ^ GetEditor(System::Object ^ component, Type ^ baseEditorType);
public object GetEditor(object component, Type baseEditorType);
abstract member GetEditor : obj * Type -> obj
Public Function GetEditor (component As Object, baseEditorType As Type) As Object

Paramètres

component
Object

Composant pour lequel obtenir l’éditeur.

baseEditorType
Type

Type de base de l’éditeur pour component.

Retours

Éditeur pour component.

Remarques

Note

Cette API est désormais obsolète. L’alternative non obsolète est ComObjectType.

S’applique à