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

[DebuggerNonUserCodeAttribute]
public void AddLinesRow(
    CoverageDSPriv.LinesRow row
)
public:
[DebuggerNonUserCodeAttribute]
void AddLinesRow(
    CoverageDSPriv::LinesRow^ row
)
[<DebuggerNonUserCodeAttribute>]
member AddLinesRow : 
        row:CoverageDSPriv.LinesRow -> unit
<DebuggerNonUserCodeAttribute>
Public Sub AddLinesRow (
    row As CoverageDSPriv.LinesRow
)

Parameters

See Also

CoverageDSPriv.LinesRow
AddLinesRow Overload
CoverageDSPriv.LinesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top