AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor 方法

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

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.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
    表示此对象的托管类型编辑器。

返回值

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

实现

ICustomTypeDescriptor.GetEditor(Type)

备注

此方法提供 GetEditor 方法的实现。有关更多信息,请在.NET Framework选件类库参考 GetEditor 方法。

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间