ValueMap Class

Definition

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

Constructors

ValueMap()

Initializes a new instance of the ValueMap class.

Properties

ParameterList

Gets the collection of action parameters.

Methods

Add(ActionParameter)

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.

PopulateParametersDictionaryAfterDeserialization()

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.

SetParameterValue(String, Object)

Sets the value of the corresponding named parameter.

TryGetParameterValue(String, Object)

Retrieves the value of the named parameter.

Applies to