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: 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.
.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.