WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) 方法

定義

傳回元件的這個執行個體之指定類型編輯器。 這個方法會實作 GetEditor(Type) 方法。

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

參數

editorBaseType
Type

表示此物件編輯器的 Type

傳回

editorBaseType 型別的 Object,也就是這個物件的編輯器,如果找不到編輯器,則為 null

實作

適用於

另請參閱