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 이 객체의 편집기를 나타내는 객체입니다.

반품

지정된 타입의 객체가 이 객체의 편집기입니다.

구현

적용 대상