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

実装

適用対象