CoverageDSPriv.LinesRowChangeEvent Constructor

Initializes a new instance of the CoverageDSPriv.LinesRowChangeEvent class by using the provided lines row and data row action. 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 New ( _
    row As CoverageDSPriv..::..LinesRow, _
    action As DataRowAction _
)
public LinesRowChangeEvent(
    CoverageDSPriv..::..LinesRow row,
    DataRowAction action
)
public:
LinesRowChangeEvent(
    CoverageDSPriv..::..LinesRow^ row, 
    DataRowAction action
)
new : 
        row:CoverageDSPriv..::..LinesRow * 
        action:DataRowAction -> LinesRowChangeEvent
public function CoverageDSPriv..::..LinesRowChangeEvent(
    row : CoverageDSPriv..::..LinesRow, 
    action : DataRowAction
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesRowChangeEvent Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.LinesRow

DataRowAction