Compartilhar via


Método IVsDataMappedObjectSelector.SelectMappedObjects<T> (array<Object , Boolean)

Recupera uma lista de objetos de dados filtrados mapeados pelas restrições especificadas.

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) ( _
    restrictions As Object(), _
    refresh As Boolean _
) As IList(Of T)
IList<T> SelectMappedObjects<T>(
    Object[] restrictions,
    bool refresh
)
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject
IList<T>^ SelectMappedObjects(
    array<Object^>^ restrictions, 
    bool refresh
)
abstract SelectMappedObjects : 
        restrictions:Object[] * 
        refresh:bool -> 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.

Parâmetros

  • restrictions
    Tipo: array<System.Object[]
    Uma lista de identificadores que restringe os objetos retornados de armazenamento de objeto que correspondem aos essas limitações.
  • refresh
    Tipo: System.Boolean
    Um valor de Boolean indicando se deseja atualizar a lista de restrições necessárias e propriedades.

Valor de retorno

Tipo: System.Collections.Generic.IList<T>
Uma lista de objetos IVsDataMappedObject correspondentes as limitações especificadas.

Exceções

Exceção Condição
ArgumentException

As restrições são inválidos.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectSelector Interface

Sobrecargas SelectMappedObjects

Namespace Microsoft.VisualStudio.Data.Services