SPRoleDefinitionBindingCollection.Remove method (Int32)
移除集合中的角色定義中指定索引處。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Remove ( _
index As Integer _
)
'用途
Dim instance As SPRoleDefinitionBindingCollection
Dim index As Integer
instance.Remove(index)
public void Remove(
int index
)
參數
index
Type: System.Int32指定的索引為 32 位元整數。
備註
index參數必須大於 0 且小於繫結集合中的角色定義的數字。
請參閱
參照
SPRoleDefinitionBindingCollection class