Anteckning
Å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.
Note: This API is now obsolete.
Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ResultListDataProvider instead")> _
ReadOnly Property WorkItems As WorkItemCollection
[ObsoleteAttribute("Use ResultListDataProvider instead")]
WorkItemCollection WorkItems { get; }
[ObsoleteAttribute(L"Use ResultListDataProvider instead")]
property WorkItemCollection^ WorkItems {
    WorkItemCollection^ get ();
}
[<ObsoleteAttribute("Use ResultListDataProvider instead")>]
abstract WorkItems : WorkItemCollection with get
function get WorkItems () : WorkItemCollection
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemCollection
Returns WorkItemCollection.
.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.
 
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace