CoverageDSPriv.LinesDataTable.AddLinesRow Method (CoverageDSPriv.LinesRow)
Adds the provided CoverageDSPriv.LinesRow to this table. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Sub AddLinesRow ( _
row As CoverageDSPriv..::..LinesRow _
)
public void AddLinesRow(
CoverageDSPriv..::..LinesRow row
)
public:
void AddLinesRow(
CoverageDSPriv..::..LinesRow^ row
)
member AddLinesRow :
row:CoverageDSPriv..::..LinesRow -> unit
public function AddLinesRow(
row : CoverageDSPriv..::..LinesRow
)
Parameters
- row
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow
A CoverageDSPriv.LinesRow to add to this table.
.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.
See Also
Reference
CoverageDSPriv.LinesDataTable Class