ITmi.GetTestRun(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the specified test run from the UI of Visual Studio Test Professional.
public:
Microsoft::VisualStudio::TestTools::Common::TestRun ^ GetTestRun(Guid runId);
public Microsoft.VisualStudio.TestTools.Common.TestRun GetTestRun (Guid runId);
abstract member GetTestRun : Guid -> Microsoft.VisualStudio.TestTools.Common.TestRun
Public Function GetTestRun (runId As Guid) As TestRun
Parameters
Returns
A TestRun object.