Condividi tramite


Proprietà TestResultDetail.TestElements

Ottiene un dizionario di elementi di test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: Dictionary<TestId, ITestElement>
Dizionario di elementi di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultDetail Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common