The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestCaseResult::GetTestCase Method ()
Retrieves the test case data from the server as of the time that the test case result was created.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCase^The test case data. If the result is published from MSTEST/TCM.EXE, no test case exists, and this method returns null.
If the test case at the specific version is deleted, the method will return the latest version.
If the result is published from MSTEST/TCM.EXE, it does not have a test case so the method will return null.
Show: