AxHost.ICustomTypeDescriptor.GetEditor(Type) Methode

Definition

Gibt einen Editor vom angegebenen Typ für das aktuelle Objekt zurück.

 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 das aktuelle Objekt darstellt.

Gibt zurück

Object

Ein Objekt vom angegebenen Typ, das den Editor für das aktuelle Objekt darstellt, oder null, wenn der Editor nicht gefunden werden kann.

Implementiert

Gilt für