共用方式為


SPUserCustomAction.Delete method (Int32, Int32)

會刪除自訂動作並傳回剩餘的目前所執行的動作數目及 parent 範圍。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected Sub Delete ( _
    <OutAttribute> ByRef scopeRecordsRemaining As Integer, _
    <OutAttribute> ByRef parentScopeRecordsRemaining As Integer _
)
'用途
Dim scopeRecordsRemaining As Integer
Dim parentScopeRecordsRemaining As Integer

Me.Delete(scopeRecordsRemaining, _
    parentScopeRecordsRemaining)
protected void Delete(
    out int scopeRecordsRemaining,
    out int parentScopeRecordsRemaining
)

參數

  • scopeRecordsRemaining
    Type: System.Int32

    此方法傳回時,包含刪除此自訂動作後,此範圍的資料庫中剩餘的記錄數目。此參數會傳遞未初始化。

  • parentScopeRecordsRemaining
    Type: System.Int32

    此方法傳回時,包含刪除此自訂動作後,父項範圍的資料庫中剩餘的記錄數目。此參數會傳遞未初始化。

Exceptions

Exception Condition
UnauthorizedAccessException

使用者沒有刪除自訂動作的權限。

SPException

與另一位使用者所做的並行變更衝突。

-或-

無法刪除自訂動作。

備註

此方法會刪除自訂動作並傳回剩餘的目前所執行的動作數目及 parent 範圍。如果scopeRecordsRemaining或parentScopeRecordsRemaining為負數,沒有發生刪除。

請參閱

參照

SPUserCustomAction class

SPUserCustomAction members

Delete overload

Microsoft.SharePoint namespace