CoverageDSPriv.LinesDataTable.RemoveLinesRow Method
Removes the provided 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 RemoveLinesRow ( _
row As CoverageDSPriv..::..LinesRow _
)
public void RemoveLinesRow(
CoverageDSPriv..::..LinesRow row
)
public:
void RemoveLinesRow(
CoverageDSPriv..::..LinesRow^ row
)
member RemoveLinesRow :
row:CoverageDSPriv..::..LinesRow -> unit
public function RemoveLinesRow(
row : CoverageDSPriv..::..LinesRow
)
Parameters
- row
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow
A CoverageDSPriv.LinesRow object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CoverageDSPriv.LinesDataTable Class