CoverageDSPriv.SourceFileNamesDataTable.RemoveSourceFileNamesRow Method

Deletes the provided data row from the 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 RemoveSourceFileNamesRow ( _
    row As CoverageDSPriv.SourceFileNamesRow _
)
public void RemoveSourceFileNamesRow(
    CoverageDSPriv.SourceFileNamesRow row
)
public:
void RemoveSourceFileNamesRow(
    CoverageDSPriv::SourceFileNamesRow^ row
)
member RemoveSourceFileNamesRow : 
        row:CoverageDSPriv.SourceFileNamesRow -> unit
public function RemoveSourceFileNamesRow(
    row : CoverageDSPriv.SourceFileNamesRow
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.SourceFileNamesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.SourceFileNamesRow