IVsDataMappedObjectSelector 接口

表示映射对象选择器。

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

语法

声明
Public Interface IVsDataMappedObjectSelector
public interface IVsDataMappedObjectSelector
public interface class IVsDataMappedObjectSelector
type IVsDataMappedObjectSelector =  interface end
public interface IVsDataMappedObjectSelector

方法

  名称 说明
公共方法 SelectMappedObjects<T>() 从对象存储中检索将数据对象的列表。
公共方法 SelectMappedObjects<T>(array<Object[]) 检索将数据对象的列表,筛选指定的限制。
公共方法 SelectMappedObjects<T>(String) 检索具有指定类型的将数据对象的列表。
公共方法 SelectMappedObjects<T>(array<Object[], Boolean) 检索将数据对象中指定的限制筛选的。
公共方法 SelectMappedObjects<T>(String, array<Object[]) 检索将数据对象列表一个指定类型的名称,筛选指定的限制。
公共方法 SelectMappedObjects<T>(String, array<Object[], Boolean) 检索将数据对象列表一个指定类型的名称,筛选指定的限制。
公共方法 SupportsType<T>() 指示已映射对象选择器是否可以映射泛型类型表示的相关的对象类型T到一个基础类型。
公共方法 SupportsType<T>(String) 指示已映射对象选择器是否可以映射泛型类型T和给定类型表示的相关的对象类型名称更改为一个基础类型。

页首

备注

IVsDataMappedObjectSelector 固定DDEX服务。此服务通过 IVsDataObjectStore 服务中检索数据对象,然后使用 IVsDataObjectSelector 支持实体。检索的数据源随后将对象转换为已映射的类型。

此接口实现为内置DDEX服务。

请参见

参考

Microsoft.VisualStudio.Data.Services 命名空间