Share via


CoverageDSPriv.NamespaceTableRowChangeEvent Constructor (CoverageDSPriv.NamespaceTableRow, DataRowAction)

 

Initializes a new instance of the CoverageDSPriv.NamespaceTableRowChangeEvent 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

[DebuggerNonUserCodeAttribute]
public NamespaceTableRowChangeEvent(
    CoverageDSPriv.NamespaceTableRow row,
    DataRowAction action
)
public:
[DebuggerNonUserCodeAttribute]
NamespaceTableRowChangeEvent(
    CoverageDSPriv::NamespaceTableRow^ row,
    DataRowAction action
)
[<DebuggerNonUserCodeAttribute>]
new : 
        row:CoverageDSPriv.NamespaceTableRow *
        action:DataRowAction -> NamespaceTableRowChangeEvent
<DebuggerNonUserCodeAttribute>
Public Sub New (
    row As CoverageDSPriv.NamespaceTableRow,
    action As DataRowAction
)

Parameters

See Also

CoverageDSPriv.NamespaceTableRow
DataRowAction
CoverageDSPriv.NamespaceTableRowChangeEvent Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top