TestResultDetail.TestElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary of test elements.
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)
Property Value
A dictionary of test elements.