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.

UITest::SetAndBindParameterValues Method (DataRow^)

 

Binds the parameters that are used in this UI test to the values in a data row.

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

public:
void SetAndBindParameterValues(
	DataRow^ row
)

Parameters

row
Type: System.Data::DataRow^

A DataRow object.

Return to top
Show: