IVsDataObjectStore 接口

表示存储,也就是说,缓存,数据源特定数据对象。

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

语法

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

IVsDataObjectStore 类型公开以下成员。

方法

  名称 说明
公共方法 CanSelectObjects 指示指定的类型是否可以从数据对象中选择支持XML流。
公共方法 GetDefaultOrdering 返回用于排序从对象存储中选择的数据源对象的默认排序。
公共方法 GetExpensiveProperties 检索具有指定类型的开销的属性。
公共方法 GetObject(String, array<Object[]) 从对象存储中检索指定的数据对象。
公共方法 GetObject(String, array<Object[], Boolean) 从对象存储中检索指定的数据对象。
公共方法 GetObject(String, array<Object[], array<String[]) 从对象存储中检索指定的数据对象。
公共方法 GetObject(String, array<Object[], array<String[], Boolean) 从对象存储中检索指定的数据对象。
公共方法 GetRequiredRestrictions 返回对于选择一个指定类型对象所需的从对象中存储的限制。
公共方法 GetSupportedRestrictions 返回用于选择一个指定类型对象支持从对象中存储的所有限制。
公共方法 InvalidateObjects(String) 无效数据对象与指定的类型相对应,强制数据对象从数据源中选择用于以后的请求,用于检索它们相对于从对象存储缓存。
公共方法 InvalidateObjects(String, array<Object[]) 无效数据对象使用指定的类型和限制对应,强制数据对象从数据源中选择用于以后的请求,用于检索它们相对于从对象存储缓存。
公共方法 SelectObjects(String) 返回一个数据指定类型的对象从对象存储。
公共方法 SelectObjects(String, array<Object[]) 返回一个数据指定类型的对象从对象存储,筛选指定的限制。
公共方法 SelectObjects(String, array<Object[], Boolean) 返回一个数据指定类型的对象从对象存储,筛选指定的限制。
公共方法 SelectObjects(String, array<Object[], String) 返回一个数据指定类型的对象从对象存储,筛选指定的限制和筛选器。
公共方法 SelectObjects(String, array<Object[], array<String[]) 返回一个数据指定类型的对象从对象存储,筛选指定的限制和属性。
公共方法 SelectObjects(String, array<Object[], String, String) 返回一个数据根据指定的排序指定类型的对象从对象存储,筛选指定的限制和筛选和排序的。
公共方法 SelectObjects(String, array<Object[], array<String[], String) 返回一个数据指定类型的对象从对象存储,筛选指定的限制、属性和筛选器。
公共方法 SelectObjects(String, array<Object[], array<String[], String, String) 返回一个数据根据指定的排序指定类型的对象从对象存储,筛选指定的限制、属性和筛选和排序的。
公共方法 SelectObjects(String, array<Object[], array<String[], String, String, Boolean) 返回一个数据根据指定的排序指定类型的对象从对象存储,筛选指定的限制、属性和筛选和排序的。

页首

备注

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

请参见

参考

Microsoft.VisualStudio.Data.Services 命名空间