Freigeben über


TestResultDetail.TestElements-Eigenschaft

Ruft ein Wörterbuch von Testelementen ab.

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> with get
function get TestElements () : Dictionary<TestId, ITestElement>

Eigenschaftswert

Typ: Dictionary<TestId, ITestElement>
Ein Wörterbuch von Testelementen.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultDetail Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace