ValueMap Class
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.
Represents the values for the parameters that are used in a UI test.
public ref class ValueMap
[System.Serializable]
public class ValueMap
[<System.Serializable>]
type ValueMap = class
Public Class ValueMap
- Inheritance
-
ValueMap
- Attributes
Value |
Initializes a new instance of the ValueMap class. |
Parameter |
Gets the collection of action parameters. |
Add(Action |
Adds the provided action parameter to the parameter list of this value map. |
Clear() |
Removes all action parameters from the parameter list. |
Contains(String) |
Returns a value that indicates whether an action parameter by the provided name already occurs in the parameter list. |
Populate |
Populates the parameter values after the UI test is deserialized. |
Remove(String) |
Removes the parameter that is identified by the given name from the parameter list. |
Set |
Sets the value of the corresponding named parameter. |
Try |
Retrieves the value of the named parameter. |
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019 |