PropertyDescriptor.GetEditor(Type) Metodo

Definizione

Ottiene un editor del tipo specificato.

public:
 virtual System::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

Tipo di base dell'editor, utilizzato per distinguere tra più editor supportati da una proprietà.

Valori restituiti

Istanza del tipo di editor richiesto o null se non è possibile trovare un editor.

Si applica a