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

編輯器的基底型別 (Base Type),用來區分屬性支援的多個編輯器。

傳回

要求的編輯器型別的執行個體,或者如果找不到,則為 null

適用於