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.
Fills the given data row by using all properties for this type.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub FillDataRow ( _
row As DataRow _
)
void FillDataRow(
DataRow row
)
void FillDataRow(
DataRow^ row
)
abstract FillDataRow :
row:DataRow -> unit
function FillDataRow(
row : DataRow
)
Parameters
row
Type: DataRowA DataRow to be filled with properties.
.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.