命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
<InheritedExportAttribute> _
Public Interface ISecurityChangedEventHandler
[InheritedExportAttribute]
public interface ISecurityChangedEventHandler
ISecurityChangedEventHandler 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
NamespaceId | 命名空间此事件处理程序注册。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
RemoveAccessControlLists | 允许重写实现,块或侦听 RemoveAccessControlLists 调用。 |
![]() |
RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IEnumerable<IdentityDescriptor>) | 允许 impelementor 重写,块或侦听 RemovePermissions 调用。 |
![]() |
RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32) | 允许 impelementor 重写,块或侦听 RemovePermissions 调用。 |
![]() |
RenameToken | 允许重写实现,块或侦听 RenameToken 调用。 |
![]() |
SetAccessControlLists | 允许重写实现,块或侦听 SetAccessControLists 调用。 |
![]() |
SetInheritFlag | 允许重写实现,块或侦听 SetInheritFlag 调用。 |
![]() |
SetPermissions | 允许重写实现,块或侦听 SetPermissions 调用。 |
![]() |
ValidInHostContext | 如果此处理程序是有效的在此上下文中,应返回 true。 |
页首