WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Metodo

Definizione

Restituisce un editor del tipo specificato per questa istanza di un componente. Questo metodo implementa il metodo GetEditor(Type) .

 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 questo oggetto.

Restituisce

Object

Oggetto Object di tipo editorBaseType che funge da editor per questo oggetto oppure null se non è stato trovato l'editor.

Implementazioni

Si applica a

Vedi anche