UITest.BindWithCurrentValues Method ()

 

Binds the parameters that are used in this UI test that have currently loaded values.

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

Syntax

public void BindWithCurrentValues()
public:
void BindWithCurrentValues()
member BindWithCurrentValues : unit -> unit
Public Sub BindWithCurrentValues

See Also

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

Return to top