DependencyPropertyDescriptor.GetEditor(Type) メソッド

定義

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

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

パラメーター

editorBaseType
Type

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

戻り値

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

注釈

このメソッドは、基になる PropertyDescriptorに依存します。

適用対象