DependencyPropertyDescriptor.GetEditor(Type) 메서드

정의

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

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

매개 변수

editorBaseType
Type

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

반환

요청된 편집기 형식의 인스턴스이거나, 편집기를 찾을 수 없는 경우 null입니다.

설명

이 메서드는 기본 PropertyDescriptor를 사용합니다.

적용 대상