Gets the parameters of the test case.
| C# | Visual Basic | Visual C++ |
IDictionary<string, string> Parameters { get; }
ReadOnly Property Parameters As IDictionary(Of String, String)
property IDictionary<String^, String^>^ Parameters { IDictionary<String^, String^>^ get (); }
The test case parameters.
