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.
TestRun::GetTestElement Method (TestExecId^, TestId^)
Returns the test element that has the specified ID and the execution ID of its parent.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
ITestElement^ GetTestElement(
TestExecId^ parentExecutionId,
TestId^ innerTestId
)
Parameters
- parentExecutionId
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestExecId^
Execution ID of the test element that is an aggregation for the specified test.
- innerTestId
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestId^
ID of the test element.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common::ITestElement^
Show: