Dela 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)
'Usage
Dim instance As IVsDataMappedObjectSelector 
Dim returnValue As IList(Of T)

returnValue = instance.SelectMappedObjects()
IList<T> SelectMappedObjects<T>()
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject 
IList<T>^ SelectMappedObjects()
JScript does not support generic types or methods.

Type Parameters

  • T

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

IVsDataMappedObjectSelector Members

SelectMappedObjects Overload

Microsoft.VisualStudio.Data.Services Namespace