ISecurityChangedEventHandler.RemoveAccessControlLists 方法

允许重写实现,块或侦听 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
)

参数

  • recurse
    类型:System.Boolean
    则还应移除,则为 true 所有在所提供的标记下的子级。注意该参数用于层次结构的命名空间仅使用。

返回值

类型:System.Boolean
则为 true,则此操作应通知来源的安全命名空间继续。

.NET Framework 安全性

请参阅

参考

ISecurityChangedEventHandler 接口

Microsoft.TeamFoundation.Framework.Server 命名空间