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

傳回

為此物件之編輯器的指定類型 Object,如果找不到編輯器,則為 null

實作

備註

這個成員是明確介面成員實作, 它只能在實例轉換成 ICustomTypeDescriptor 介面時 SubMenuStyle 使用。

適用於