Share via


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

[DebuggerNonUserCodeAttribute]
public DataRowAction Action { get; }
public:
[DebuggerNonUserCodeAttribute]
property DataRowAction Action {
    DataRowAction get();
}
[<DebuggerNonUserCodeAttribute>]
member Action : DataRowAction with get
<DebuggerNonUserCodeAttribute>
Public ReadOnly Property Action As DataRowAction

Property Value

Type: System.Data.DataRowAction

The action that caused this event.

See Also

DataRowAction
CoverageDSPriv.ModuleRowChangeEvent Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top