Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.