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)

Syntax

public void SetAndBindParameterValues(
    DataRow row
)
public:
void SetAndBindParameterValues(
    DataRow^ row
)
member SetAndBindParameterValues : 
        row:DataRow -> unit
Public Sub SetAndBindParameterValues (
    row As DataRow
)

Parameters

See Also

UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top