Share via


DynamicActivity<TResult>.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

찾을 편집기의 기본 형식입니다.

반환

지정한 편집기 형식으로 캐스팅될 수 있는 편집기의 인스턴스이거나, 요청된 형식의 편집기가 없으면 null입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, DynamicActivity<TResult> 인스턴스가 ICustomTypeDescriptor 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상