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

'Declaration
Function Contains ( _
    iterationId As Integer _
) As Boolean
bool Contains(
    int iterationId
)
bool Contains(
    int iterationId
)
abstract Contains : 
        iterationId:int -> bool
function Contains(
    iterationId : int
) : boolean

Parameters

  • iterationId
    Type: Int32

    The numeric ID for the iteration to find.

Return Value

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

.NET Framework Security

See Also

Reference

ITestIterationResultCollection Interface

Contains Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace