Share via


ITestIterationResultCollection.Contains Method (Int32)

 

Returns a value that indicates whether the specified iteration result is in the collection.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

bool Contains(
    int iterationId
)
bool Contains(
    int iterationId
)
abstract Contains : 
        iterationId:int -> bool
Function Contains (
    iterationId As Integer
) As Boolean

Parameters

  • iterationId
    Type: System.Int32

    The numeric ID for the iteration to find.

Return Value

Type: System.Boolean

true if the specified iteration occurs in the collection; otherwise, false.

See Also

Contains Overload
ITestIterationResultCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top