DataBus.GetEditor(Type) 方法

定义

获取 DataBus 控件的编辑器类型。

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

指定的类型。

返回

DataBus 控件的编辑器类型。

实现

适用于