PropertyDescriptor.GetEditor(Type) メソッド

定義

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

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual 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

適用対象