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

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

Parameters

See Also

CoverageDSPriv.SourceFileNamesRow
AddSourceFileNamesRow Overload
CoverageDSPriv.SourceFileNamesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top