Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public void SetAndBindParameterValues(
DataRow row
)
public:
void SetAndBindParameterValues(
DataRow^ row
)
member SetAndBindParameterValues :
row:DataRow -> unit
Public Sub SetAndBindParameterValues (
row As DataRow
)
Parameters
row
Type: System.Data.DataRowA DataRow object.
See Also
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top