CoverageDSPriv.ModuleRowChangeEvent.Action Property

Gets the action that caused this event. 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 ReadOnly Property Action As DataRowAction
    Get
public DataRowAction Action { get; }
public:
property DataRowAction Action {
    DataRowAction get ();
}
member Action : DataRowAction
function get Action () : DataRowAction

Property Value

Type: System.Data.DataRowAction
The action that caused this event.

.NET Framework Security

See Also

Reference

CoverageDSPriv.ModuleRowChangeEvent Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

DataRowAction