Share via


TestActionCollection.IndexOf Method

Include Protected Members
Include Inherited Members

Searches for the specified test action and returns the zero-based index of the first occurrence in the whole 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
Public method IndexOf(Int32) Searches for the specified test action and returns the zero-based index of the first occurrence in the whole collection.
Public method IndexOf(T) Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (Inherited from Collection<ITestAction>.)

Top

See Also

Reference

TestActionCollection Class

Microsoft.TeamFoundation.TestManagement.Client Namespace