Freigeben über


WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Methode

Definition

Gibt einen Editor des angegebenen Typs für diese Instanz einer Komponente zurück. Diese Methode implementiert die Methode 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

Parameter

editorBaseType
Type

Ein Type, der den Editor für dieses Objekt darstellt.

Gibt zurück

Ein Object vom Typ editorBaseType, bei dem es sich um den Editor für dieses Objekt handelt, oder null, wenn der Editor nicht gefunden werden kann.

Implementiert

Gilt für:

Weitere Informationen