言語

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 オブジェクトです。

返品

指定されたタイプのオブジェクトで、このオブジェクトのエディタとなります。

実装

適用対象