CoverageDSPriv.ModuleRowChangeEvent Constructor (CoverageDSPriv.ModuleRow, DataRowAction)
Initializes a new instance of the CoverageDSPriv.ModuleRowChangeEvent class by using the provided module row and data row action objects. 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 ModuleRowChangeEvent(
CoverageDSPriv.ModuleRow row,
DataRowAction action
)
public:
[DebuggerNonUserCodeAttribute]
ModuleRowChangeEvent(
CoverageDSPriv::ModuleRow^ row,
DataRowAction action
)
[<DebuggerNonUserCodeAttribute>]
new :
row:CoverageDSPriv.ModuleRow *
action:DataRowAction -> ModuleRowChangeEvent
<DebuggerNonUserCodeAttribute>
Public Sub New (
row As CoverageDSPriv.ModuleRow,
action As DataRowAction
)
Parameters
row
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleRowA CoverageDSPriv.MethodRow object.
action
Type: System.Data.DataRowActionA DataRowAction object.
See Also
CoverageDSPriv.ModuleRow
DataRowAction
CoverageDSPriv.ModuleRowChangeEvent Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top