ICustomTypeDescriptor.GetEditor(Type) 메서드

정의

해당 구성 요소 인스턴스에 대한 지정된 형식의 편집기를 반환합니다.

public:
 System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
public object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object

매개 변수

editorBaseType
Type

해당 개체의 편집기를 나타내는 Type입니다.

반환

해당 개체의 편집기인 지정된 형식의 Object이거나, 편집기를 찾을 수 없으면 null입니다.

설명

매개 변수의 editorBaseType 형식은 일반적으로 UITypeEditor이지만 다른 형식(예 ComponentEditor : 및 InstanceCreationEditor)을 사용할 수도 있습니다.

적용 대상

추가 정보