检索指定类型的编辑器此对象。
命名空间: 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
类型:Type表示此对象的托管类型编辑器。
返回值
类型:Object
是此对象的编辑器指定类型的对象或 nullnull 引用(在 Visual Basic 中为 Nothing),如果编辑器不能找到。
实现
ICustomTypeDescriptor.GetEditor(Type)
备注
此方法提供 GetEditor 方法的实现。 有关更多信息,请参见 .NET Framework 类库中的 GetEditor 方法。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。