TestResultDetail.TestElements Property

Gets a dictionary of test elements.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property TestElements As Dictionary(Of TestId, ITestElement)
public Dictionary<TestId, ITestElement> TestElements { get; }
public:
property Dictionary<TestId^, ITestElement^>^ TestElements {
    Dictionary<TestId^, ITestElement^>^ get ();
}
member TestElements : Dictionary<TestId, ITestElement>
function get TestElements () : Dictionary<TestId, ITestElement>

Property Value

Type: System.Collections.Generic.Dictionary<TestId, ITestElement>
A dictionary of test elements.

.NET Framework Security

See Also

Reference

TestResultDetail Class

Microsoft.VisualStudio.TestTools.Common Namespace