UITest::SetAndBindParameterValues Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Binds the data columns in the provided data row to parameters in the ValueMap property.

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

public:
void SetAndBindParameterValues(
	DataRow^ row
)

Parameters

row
Type: System.Data::DataRow
A DataRow containing the column values to bind.

Show: