IVsDataMappedObjectSelector.SelectMappedObjects<T> 方法

从对象存储中检索将数据对象的列表。

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

语法

声明
Function SelectMappedObjects(Of T As IVsDataMappedObject) As IList(Of T)
IList<T> SelectMappedObjects<T>()
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject
IList<T>^ SelectMappedObjects()
abstract SelectMappedObjects : unit -> IList<'T>  when 'T : IVsDataMappedObject
JScript 不支持泛型类型或方法。

类型参数

  • T
    参数的类型。

返回值

类型:System.Collections.Generic.IList<T>
IVsDataMappedObject 对象列表表示映射对象的。

.NET Framework 安全性

请参见

参考

IVsDataMappedObjectSelector 接口

SelectMappedObjects 重载

Microsoft.VisualStudio.Data.Services 命名空间