Share via


CoverageDSPriv.SourceFileNamesDataTable.AddSourceFileNamesRow Method (CoverageDSPriv.SourceFileNamesRow)

Adds the provided source file names row to this data 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 AddSourceFileNamesRow ( _
    row As CoverageDSPriv..::..SourceFileNamesRow _
)
public void AddSourceFileNamesRow(
    CoverageDSPriv..::..SourceFileNamesRow row
)
public:
void AddSourceFileNamesRow(
    CoverageDSPriv..::..SourceFileNamesRow^ row
)
member AddSourceFileNamesRow : 
        row:CoverageDSPriv..::..SourceFileNamesRow -> unit 
public function AddSourceFileNamesRow(
    row : CoverageDSPriv..::..SourceFileNamesRow
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.SourceFileNamesDataTable Class

AddSourceFileNamesRow Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.SourceFileNamesRow