SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEditor(Type) 方法

定義

會獲得該實例指定類型的編輯器。

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

一個 Type 代表該物件編輯器的物件。

傳回

指定類型的物件,作為該物件的編輯器。

實作

適用於