Share via


CoverageDSPriv.SourceFileNamesDataTable.AddSourceFileNamesRow Method (UInt32, String)

Adds a new source file names data row to this data table by using the provided values. 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 Function AddSourceFileNamesRow ( _
    SourceFileID As UInteger, _
    SourceFileName As String _
) As CoverageDSPriv..::..SourceFileNamesRow
public CoverageDSPriv..::..SourceFileNamesRow AddSourceFileNamesRow(
    uint SourceFileID,
    string SourceFileName
)
public:
CoverageDSPriv..::..SourceFileNamesRow^ AddSourceFileNamesRow(
    unsigned int SourceFileID, 
    String^ SourceFileName
)
member AddSourceFileNamesRow : 
        SourceFileID:uint32 * 
        SourceFileName:string -> CoverageDSPriv..::..SourceFileNamesRow 
public function AddSourceFileNamesRow(
    SourceFileID : uint, 
    SourceFileName : String
) : CoverageDSPriv..::..SourceFileNamesRow

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.SourceFileNamesRow
The added data row.

.NET Framework Security

See Also

Reference

CoverageDSPriv.SourceFileNamesDataTable Class

AddSourceFileNamesRow Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace