CoverageDSPriv.NamespaceTableRowChangeEvent Constructor
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
'Declaration
Public Sub New ( _
row As CoverageDSPriv.NamespaceTableRow, _
action As DataRowAction _
)
public NamespaceTableRowChangeEvent(
CoverageDSPriv.NamespaceTableRow row,
DataRowAction action
)
public:
NamespaceTableRowChangeEvent(
CoverageDSPriv::NamespaceTableRow^ row,
DataRowAction action
)
new :
row:CoverageDSPriv.NamespaceTableRow *
action:DataRowAction -> NamespaceTableRowChangeEvent
public function CoverageDSPriv.NamespaceTableRowChangeEvent(
row : CoverageDSPriv.NamespaceTableRow,
action : DataRowAction
)
Parameters
row
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableRowA CoverageDSPriv.NamespaceTableRow object.
action
Type: DataRowActionA DataRowAction 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.NamespaceTableRowChangeEvent Class
Microsoft.VisualStudio.Coverage.Analysis Namespace