PickWorkItemsControl.GetWorkItemIds Method
Gets the work item IDs from the result grid of given range of display index.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function GetWorkItemIds ( _
startDisplayIndex As Integer, _
endDisplayIndex As Integer _
) As IList(Of Integer)
public IList<int> GetWorkItemIds(
int startDisplayIndex,
int endDisplayIndex
)
public:
IList<int>^ GetWorkItemIds(
int startDisplayIndex,
int endDisplayIndex
)
member GetWorkItemIds :
startDisplayIndex:int *
endDisplayIndex:int -> IList<int>
public function GetWorkItemIds(
startDisplayIndex : int,
endDisplayIndex : int
) : IList<int>
Parameters
startDisplayIndex
Type: System.Int32Start display index.
endDisplayIndex
Type: System.Int32End display index.
Return Value
Type: System.Collections.Generic.IList<Int32>
List of work item IDs of given range of display index.
.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