允许重写实现,块或侦听 RemoveAccessControlLists 调用。
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Function RemoveAccessControlLists ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
securityTokens As IEnumerable(Of String), _
recurse As Boolean _
) As Boolean
bool RemoveAccessControlLists(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
IEnumerable<string> securityTokens,
bool recurse
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文与此调用。
- notificationType
类型:Microsoft.TeamFoundation.Framework.Server.NotificationType
这是的通知类型。
- securityTokens
类型:System.Collections.Generic.IEnumerable<String>
应移除 ACL 的标记。
- recurse
类型:System.Boolean
则还应移除,则为 true 所有在所提供的标记下的子级。注意该参数用于层次结构的命名空间仅使用。
返回值
类型:System.Boolean
则为 true,则此操作应通知来源的安全命名空间继续。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。