PropertyDescriptor.GetEditor(Type) メソッド

定義

指定した型のエディターを取得します。

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual object GetEditor(Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Overridable Function GetEditor (editorBaseType As Type) As Object

パラメーター

editorBaseType
Type

プロパティがサポートする複数のエディターを区別するために使用されるエディターの基本型。

返品

要求されたエディターの種類のインスタンス。エディターが見つからない場合は null

適用対象