DataConnectionProperties.ICustomTypeDescriptor.GetEditor 方法

检索指定类型的编辑此对象的。

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

语法

声明
Private Function GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
    Type editorBaseType
)
private:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor : 
        editorBaseType:Type -> Object 
private override GetEditor : 
        editorBaseType:Type -> Object 
JScript 不支持显式接口实现。

参数

  • editorBaseType
    类型:System.Type
    表示此对象的托管 Type 编辑。

返回值

类型:System.Object
返回作为此对象的编辑指定类型的对象,或者返回 nullnull 引用(在 Visual Basic 中为 Nothing),如果找不到编辑器。

实现

ICustomTypeDescriptor.GetEditor(Type)

备注

此方法提供 ICustomTypeDescriptor.GetEditor(System.Type) 方法的实现。有关更多信息在 .NET Framework 选件类库中看到 GetEditor 方法。

.NET Framework 安全性

请参见

参考

DataConnectionProperties 类

Microsoft.VisualStudio.Data 命名空间