Share via


TestResultDetail.TestElements Property

Definition

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.

Applies to