Поделиться через


TestResultDetail.TestElements - свойство

Получает словарь элементов тестов.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.Dictionary<TestId, ITestElement>
Словарь элементов тестов.

Безопасность платформы .NET Framework

См. также

Ссылки

TestResultDetail Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен