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 개체입니다.

반환

이 개체에 대한 편집기인 지정한 유형의 개체입니다.

구현

적용 대상