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::TryGetParameterValue Method (String^, Object^)
Retrieves the value of the named parameter.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: bool TryGetParameterValue( String^ parameterName, [OutAttribute] Object^% parameterValue )
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter.
- parameterValue
-
Type:
System::Object^
(Output) The value of the parameter.
Show: