RoleAssignment.ImportRoleDefinitionBindings メソッド
Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment.
名前空間: 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 ImportRoleDefinitionBindings ( _
roleDefinitionBindings As RoleDefinitionBindingCollection _
)
'使用
Dim instance As RoleAssignment
Dim roleDefinitionBindings As RoleDefinitionBindingCollection
instance.ImportRoleDefinitionBindings(roleDefinitionBindings)
public void ImportRoleDefinitionBindings(
RoleDefinitionBindingCollection roleDefinitionBindings
)
パラメーター
roleDefinitionBindings
型: Microsoft.SharePoint.Client.RoleDefinitionBindingCollectionAn Microsoft.SharePoint.SPRoleDefinitionBindingCollection object that represents the role definition bindings that will be imported.