TestResultDetail.TestElements 属性

定义

获取测试元素的字典。

public:
 property System::Collections::Generic::Dictionary<Microsoft::VisualStudio::TestTools::Common::TestId ^, Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ TestElements { System::Collections::Generic::Dictionary<Microsoft::VisualStudio::TestTools::Common::TestId ^, Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ get(); };
public System.Collections.Generic.Dictionary<Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.ITestElement> TestElements { get; }
member this.TestElements : System.Collections.Generic.Dictionary<Microsoft.VisualStudio.TestTools.Common.TestId, Microsoft.VisualStudio.TestTools.Common.ITestElement>
Public ReadOnly Property TestElements As Dictionary(Of TestId, ITestElement)

属性值

Dictionary<TestId,ITestElement>

测试元素的字典。

适用于