PropertyDescriptor.GetEditor(Type) Metodo

Definizione

Ottiene un editor del tipo specificato.

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual object GetEditor (Type editorBaseType);
public virtual object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Overridable Function GetEditor (editorBaseType As Type) As Object

Parametri

editorBaseType
Type

Il tipo base di editor, utilizzato per distinguere i numerosi editor supportati da una proprietà.

Restituisce

Istanza del tipo di editor richiesto oppure null se non viene trovato un editor.

Si applica a