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