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 控制項的編輯器類型。

實作

適用於