DesignPropertyDescriptor.GetEditor(Type) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Düzenleyici veya null bulunamadıysanız.