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 命名空间