다음을 통해 공유


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 컨트롤에 대한 편집기의 유형입니다.

구현

적용 대상