Share via


IVsDataMappedObjectSelector.SelectMappedObjects<T> Method

Retrieves a list of mapped data objects from the object store.

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

Syntax

'Declaration
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 does not support generic types or methods.

Type Parameters

  • T
    The type of the parameter.

Return Value

Type: System.Collections.Generic.IList<T>
A list of IVsDataMappedObject objects representing the mapped objects.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectSelector Interface

SelectMappedObjects Overload

Microsoft.VisualStudio.Data.Services Namespace