AxHost.ICustomTypeDescriptor.GetEditor(Type) 메서드

정의

현재 개체에 대한 지정된 형식의 편집기를 반환합니다.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

매개 변수

editorBaseType
Type

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

반환

Object

현재 개체의 편집기인 지정된 형식의 개체이고, 편집기를 찾을 수 없으면 null입니다.

구현

적용 대상