DynamicActivity<TResult>.ICustomTypeDescriptor.GetEditor(Type) Metodo

Definizione

Restituisce un editor con il tipo di base specificata.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

Parametri

editorBaseType
Type

Tipo di base dell'editor che si desidera trovare.

Restituisce

Istanza dell'editor che può eseguire il cast al tipo di editor specificato o null se non viene trovato nessun editor del tipo richiesto.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DynamicActivity<TResult> a un'interfaccia ICustomTypeDescriptor.

Si applica a