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::Contains Method (String^)

 

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

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

public:
bool Contains(
	String^ parameterName
)

Parameters

parameterName
Type: System::String^

The name of the parameter.

Return Value

Type: System::Boolean

true if the named parameter occurs in the parameter list; otherwise, false.

Return to top
Show: