IComNativeDescriptorHandler.GetEditor(Object, Type) Metoda

Definicja

Pobiera edytor dla określonego składnika.

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

Parametry

component
Object

Składnik umożliwiający pobranie edytora.

baseEditorType
Type

Podstawowy typ edytora dla elementu component.

Zwraca

Edytor dla programu component.

Uwagi

Uwaga

Ten interfejs API jest teraz przestarzały. Alternatywą nie przestarzałą jest ComObjectType.

Dotyczy