Share via


CoverageDSPriv.NamespaceTableRowChangeEvent.Action Property

 

Gets the data row action that caused the 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 data row action that precipitated the event.

See Also

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

Return to top