PickWorkItemsControl.SelectedWorkItems Method
List of WorkItem objects selected in results view.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function SelectedWorkItems As List(Of WorkItem)
public List<WorkItem> SelectedWorkItems()
public:
List<WorkItem^>^ SelectedWorkItems()
member SelectedWorkItems : unit -> List<WorkItem>
public function SelectedWorkItems() : List<WorkItem>
Return Value
Type: System.Collections.Generic.List<WorkItem>
Returns List<T>.
.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.TeamFoundation.WorkItemTracking.Controls Namespace