Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValueMap Class

 

Represents the values for the parameters that are used in a UI test.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

System::Object
  Microsoft.VisualStudio.TestTools.UITest.Extension::ValueMap

[SerializableAttribute]
public ref class ValueMap 

NameDescription
System_CAPS_pubmethodValueMap()

Initializes a new instance of the ValueMap class.

NameDescription
System_CAPS_pubpropertyParameterList

Gets the collection of action parameters.

NameDescription
System_CAPS_pubmethodAdd(ActionParameter^)

Adds the provided action parameter to the parameter list of this value map.

System_CAPS_pubmethodClear()

Removes all action parameters from the parameter list.

System_CAPS_pubmethodContains(String^)

Returns a value that indicates whether an action parameter by the provided name already occurs in the parameter list.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPopulateParametersDictionaryAfterDeserialization()

Populates the parameter values after the UI test is deserialized.

System_CAPS_pubmethodRemove(String^)

Removes the parameter that is identified by the given name from the parameter list.

System_CAPS_pubmethodSetParameterValue(String^, Object^)

Sets the value of the corresponding named parameter.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetParameterValue(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.

Return to top
Show: