SubMenuStyle.ICustomTypeDescriptor.GetEditor(Type) 方法

定义

有关此成员的说明,请参见 GetEditor(Type)For a description of this member, see 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

表示该对象的编辑器的 TypeA Type that represents the editor for this object.

返回

Object

表示该对象编辑器的指定类型的 Object;如果无法找到编辑器,则为 nullAn Object of the specified type that is the editor for this object, or null if the editor cannot be found.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 SubMenuStyle 实例被强制转换为接口时使用 ICustomTypeDescriptorIt can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

适用于