LocalizableProperties.GetEditor 方法

检索此对象的编辑器。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Function GetEditor ( _
    editorBaseType As Type _
) As Object
public Object GetEditor(
    Type editorBaseType
)

参数

  • editorBaseType
    类型:System.Type
    一个 Type,表示要查找的编辑器的基类型。

返回值

类型:System.Object
返回编辑器对象。

实现

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework 安全性

请参见

参考

LocalizableProperties 类

Microsoft.VisualStudio.Shell 命名空间