共用方式為


SPPolicyCollection.Remove method (Int32)

根據指定的集合索引集合中移除使用者或群組。

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

Syntax

'宣告
Public Sub Remove ( _
    index As Integer _
)
'用途
Dim instance As SPPolicyCollection
Dim index As Integer

instance.Remove(index)
public void Remove(
    int index
)

參數

  • index
    Type: System.Int32

    32 位元整數,會指定起始的索引,以移除集合中的主體。

請參閱

參照

SPPolicyCollection class

SPPolicyCollection members

Remove overload

Microsoft.SharePoint.Administration namespace