Udostępnij za pośrednictwem


Właściwość TestResultDetail.TestElements —

Pobiera słownika test elementów.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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>

Wartość właściwości

Typ: System.Collections.Generic.Dictionary<TestId, ITestElement>
Słownik test elementów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestResultDetail Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common