Partilhar via


Método IVsDataMappedObjectSelector.SelectMappedObjects<T>

Recupera uma lista de objetos de dados mapeados de armazenamento de objeto.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • T
    O tipo de parâmetro.

Valor de retorno

Tipo: System.Collections.Generic.IList<T>
Uma lista de IVsDataMappedObject objetos representando os objetos mapeados.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectSelector Interface

Sobrecargas SelectMappedObjects

Namespace Microsoft.VisualStudio.Data.Services