Partager via


TestResultDetail.TestElements, propriété

Obtient un dictionnaire d'éléments de test.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TestElements As Dictionary(Of TestId, ITestElement)
    Get
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>

Valeur de propriété

Type : System.Collections.Generic.Dictionary<TestId, ITestElement>
Dictionnaire d'éléments de test.

Sécurité .NET Framework

Voir aussi

Référence

TestResultDetail Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms