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::TryGetParameterValue Method (String^, Object^)

 

Retrieves the value of the named parameter.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
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.

Return Value

Type: System::Boolean

true if the value is successfully retrieved; otherwise, false.

Return to top
Show: