GroupCollection.RemoveById 方法
從集合中移除具有指定成員識別碼的群組。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Sub RemoveById ( _
id As Integer _
)
'用途
Dim instance As GroupCollection
Dim id As Integer
instance.RemoveById(id)
public void RemoveById(
int id
)
參數
id
類型:System.Int3232 位元的整數,指定要移除群組的成員識別碼。
例外狀況
例外狀況 | 條件 |
---|---|
SPException | 群組集合是唯讀的。 |
備註
id參數的值會對應到群組中,等於SPMember類別ID屬性的唯一的成員識別碼。若要移除群組集合中的 [在指定索引] 群組中使用Remove方法。