TestResultDetail.TestElements (Propiedad)

Obtiene un diccionario de elementos de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.Dictionary<TestId, ITestElement>
Diccionario de elementos de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

TestResultDetail Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)