CustomTypeDescriptor.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

實作

備註

如果父自定義型別描述元已傳遞至 CustomTypeDescriptor 建構函式,則 GetEditor 方法會呼叫父系的對應方法。

適用於

另請參閱