PropertyDescriptor.GetEditor(Type) 메서드

정의

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

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual 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입니다.

적용 대상