ICustomTypeDescriptor.GetEditor(Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un editor del tipo specificato per questa istanza di un componente.
public:
System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
public object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object
Parametri
Restituisce
Oggetto Object del tipo specificato che costituisce l'editor per questo oggetto oppure null
se l'editor non è stato trovato.
Commenti
Il tipo del editorBaseType
parametro è in genere UITypeEditor, ma è anche possibile usare altri tipi , ad esempio ComponentEditor e InstanceCreationEditor.