DesignPropertyDescriptor.GetEditor(Type) Yöntem

Tanım

Belirtilen türün bir düzenleyicisini alır.

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

Parametreler

editorBaseType
Type

Düzenleyicinin türü.

Döndürülenler

Object

Düzenleyici veya null bulunamadıysanız.

Şunlara uygulanır