共用方式為


CoverageDSPriv.NamespaceTableDataTable.OnRowDeleting 方法

處理 NamespaceTableRowDeleting 事件。 這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Coverage.Analysis
組件:  Microsoft.VisualStudio.Coverage.Analysis (在 Microsoft.VisualStudio.Coverage.Analysis.dll 中)

語法

'宣告
Protected Overrides Sub OnRowDeleting ( _
    e As DataRowChangeEventArgs _
)
protected override void OnRowDeleting(
    DataRowChangeEventArgs e
)
protected:
virtual void OnRowDeleting(
    DataRowChangeEventArgs^ e
) override
abstract OnRowDeleting : 
        e:DataRowChangeEventArgs -> unit  
override OnRowDeleting : 
        e:DataRowChangeEventArgs -> unit
protected override function OnRowDeleting(
    e : DataRowChangeEventArgs
)

參數

.NET Framework 安全性

請參閱

參考

CoverageDSPriv.NamespaceTableDataTable 類別

Microsoft.VisualStudio.Coverage.Analysis 命名空間

DataRowChangeEventArgs