PropertyDescriptor.GetEditor 方法

获取指定类型的编辑器。

**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)

语法

声明
Public Overridable Function GetEditor ( _
    editorBaseType As Type _
) As Object
用法
Dim instance As PropertyDescriptor
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = instance.GetEditor(editorBaseType)
public virtual Object GetEditor (
    Type editorBaseType
)
public:
virtual Object^ GetEditor (
    Type^ editorBaseType
)
public Object GetEditor (
    Type editorBaseType
)
public function GetEditor (
    editorBaseType : Type
) : Object

参数

  • editorBaseType
    编辑器的基类型,用于区分属性所支持的多个编辑器。

返回值

请求的编辑器类型的实例,或者如果未能找到编辑器,则为 空引用(在 Visual Basic 中为 Nothing)。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

PropertyDescriptor 类
PropertyDescriptor 成员
System.ComponentModel 命名空间