ElementPropertyDescriptor.GetEditor(Type) 方法

定义

获取指定类型的编辑器。 重写此项,以便我们可以为 wisable 枚举提供自己的 FlagEnumerationEditor

public:
 override System::Object ^ GetEditor(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

适用于