ITestElementResultTestPropertyProvider.FillDataRow Method
Fills the provided data row by using test result data.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub FillDataRow ( _
row As DataRow, _
columnPrefix As String _
)
void FillDataRow(
DataRow row,
string columnPrefix
)
void FillDataRow(
DataRow^ row,
String^ columnPrefix
)
abstract FillDataRow :
row:DataRow *
columnPrefix:string -> unit
function FillDataRow(
row : DataRow,
columnPrefix : String
)
Parameters
row
Type: DataRowThe data row.
columnPrefix
Type: StringA short string that will be added to the start of the column name.
.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.