DesignPropertyDescriptor.GetEditor(Type) Methode

Definition

Ruft einen Editor des angegebenen Typs ab.

public:
 override System::Object ^ GetEditor(Type ^ editorBaseType);
public:
 override Platform::Object ^ GetEditor(Platform::Type ^ editorBaseType);
public override object GetEditor (Type editorBaseType);
override this.GetEditor : Type -> obj
Public Overrides Function GetEditor (editorBaseType As Type) As Object

Parameter

editorBaseType
Type

Der Typ des Editors.

Gibt zurück

Object

Der Editor oder null, wenn dieser nicht gefunden werden kann.

Gilt für