Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a value that indicates whether this collection contains the specified test object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Contains ( _
testObject As ITestObject(Of Integer) _
) As Boolean
bool Contains(
ITestObject<int> testObject
)
bool Contains(
ITestObject<int>^ testObject
)
abstract Contains :
testObject:ITestObject<int> -> bool
function Contains(
testObject : ITestObject<int>
) : boolean
Parameters
testObject
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestObject<Int32>A test object that uses an integer as an identifier.
Return Value
Type: Boolean
true if the provided object is 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.