TestResultDetail.TestElements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取测试元素的字典。
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)
属性值
测试元素的字典。