PropertyDescriptor.GetEditor(Type) 메서드

정의

지정된 형식의 편집기를 가져옵니다.

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual object GetEditor(Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Overridable Function GetEditor (editorBaseType As Type) As Object

매개 변수

editorBaseType
Type

속성이 지원하는 여러 편집기를 구분하는 데 사용되는 편집기의 기본 형식입니다.

반품

요청된 편집기 유형의 인스턴스이거나 null 편집기를 찾을 수 없는 경우

적용 대상