Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: Int32The 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
- 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.