DesignPropertyDescriptor.GetEditor(Type) Метод

Определение

Возвращает редактор заданного типа.

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

Параметры

editorBaseType
Type

Тип редактора.

Возвращаемое значение

Object

Редактор, или null, если он не найден.

Применяется к