DynamicActivity.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 della quale è possibile eseguire il cast nel tipo di editor specificato o null se non viene individuato alcun 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 a un'interfaccia ICustomTypeDescriptor.

Si applica a