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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.