Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Sub SetAndBindParameterValues ( _
row As DataRow _
)
public void SetAndBindParameterValues(
DataRow row
)
public:
void SetAndBindParameterValues(
DataRow^ row
)
member SetAndBindParameterValues :
row:DataRow -> unit
public function SetAndBindParameterValues(
row : DataRow
)
Parameters
row
Type: DataRowA DataRow object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.