Sdílet prostřednictvím


WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Metoda

Definice

Vrátí editor zadaného typu pro tuto instanci komponenty. Tato metoda implementuje metodu 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

Parametry

editorBaseType
Type

A Type , který představuje editor pro tento objekt.

Návraty

Typ ObjecteditorBaseType , který slouží jako editor pro tento objekt, nebo null pokud editor nebyl nalezen.

Implementuje

Platí pro

Viz také