AxHost.ICustomTypeDescriptor.GetEditor(Type) Metodo

Definizione

Restituisce un editor del tipo specificato per l'oggetto corrente.

 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

Oggetto Type che rappresenta l'editor per l'oggetto corrente.

Restituisce

Object

Oggetto del tipo specificato che costituisce l'editor per l'oggetto corrente oppure null se non è stato trovato l'editor.

Implementazioni

Si applica a