LocalizableProperties.GetEditor(Type) 方法

定义

检索该对象的编辑器。

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

参数

editorBaseType
Type

表示要查找的编辑器的基类型的 Type

返回

Object

返回编辑器对象。

实现

适用于