WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) メソッド

定義

コンポーネントのこのインスタンスに対して指定されている型のエディターを返します。 このメソッドは、 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

戻り値

このオブジェクトのエディターとして機能する editorBaseType 型の Object。エディターが見つからない場合は null

実装

適用対象

こちらもご覧ください