Sdílet prostřednictvím


TestResultDetail.TestElements – vlastnost

Získá slovník test prvků.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Dictionary<TestId, ITestElement>
Slovník test prvky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultDetail Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů