WorkItemCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Gets the index of the specified WorkItem in this collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(Int32) | Gets the index of the WorkItem that has the specified ID. | |
IndexOf(WorkItem) | Gets the index of a WorkItem in this collection. |
Top