ValueMap Class
Represents the values for the parameters that are used in a UI test.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | ValueMap() | Initializes a new instance of the ValueMap class. |
| Name | Description | |
|---|---|---|
![]() | ParameterList | Gets the collection of action parameters. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetParameterValue(String^, Object^) | Retrieves the value of the named parameter. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


