Share via


DependencyPropertyDescriptor.GetEditor(Type) Metodo

Definizione

Ottiene un editor del tipo specificato.

public:
 override System::Object ^ GetEditor(Type ^ editorBaseType);
public override object GetEditor (Type editorBaseType);
override this.GetEditor : Type -> obj
Public Overrides 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.

Commenti

Questo metodo si basa sull'oggetto sottostante PropertyDescriptor.

Si applica a