ITestConfigurationHelper.Find Method (Int32)
Finds and returns a specified test configuration from the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestConfiguration Find(
int testConfigurationId
)
ITestConfiguration^ Find(
int testConfigurationId
)
abstract Find :
testConfigurationId:int -> ITestConfiguration
Function Find (
testConfigurationId As Integer
) As ITestConfiguration
Parameters
testConfigurationId
Type: System.Int32The registered ID for a specific test configuration that is saved on the server.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration
The specified test configuration. Returns null if not found.
See Also
ITestConfiguration
ITestConfigurationHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top