IComNativeDescriptorHandler.GetEditor(Object, Type) Metodo

Definizione

Ottiene l'editor per il componente specificato.

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

Parametri

component
Object

Componente per il quale ottenere l'editor.

baseEditorType
Type

Tipo base dell'editor per component.

Restituisce

Editor per component.

Commenti

Nota

Questa API è ora obsoleta. L'alternativa non obsoleta è ComObjectType.

Si applica a