Compartilhar via


Propriedade TestResultDetail.TestElements

Obtém um dicionário de elementos de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<TestId, ITestElement>
Dicionário de elementos de teste.

Segurança do .NET Framework

Consulte também

Referência

TestResultDetail Classe

Namespace Microsoft.VisualStudio.TestTools.Common