PropertyDescriptor.GetEditor(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定型別的編輯器。
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
。