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.
TestResultDetail::TestElements Property
Gets a dictionary of test elements.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property Dictionary<TestId^, ITestElement^>^ TestElements { Dictionary<TestId^, ITestElement^>^ get(); }
Property Value
Type: System.Collections.Generic::Dictionary<TestId^, ITestElement^>^A dictionary of test elements.
Show: