SPRoleDefinitionBindingCollection.Remove-Methode (SPRoleDefinition)
Entfernt die angegebene Rollendefinition aus der Bindungsauflistung.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
roleDefinition As SPRoleDefinition _
)
'Usage
Dim instance As SPRoleDefinitionBindingCollection
Dim roleDefinition As SPRoleDefinition
instance.Remove(roleDefinition)
public void Remove(
SPRoleDefinition roleDefinition
)
Parameter
roleDefinition
Typ: Microsoft.SharePoint.SPRoleDefinitionEin SPRoleDefinition -Objekt, die Rollendefinition darstellt.
Siehe auch
Referenz
SPRoleDefinitionBindingCollection Klasse