共用方式為


ISecurityChangedEventHandler.SetAccessControlLists 方法

允許實作器覆寫,封鎖或接聽 SetAccessControLists 呼叫。

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Function SetAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    lists As IEnumerable(Of AccessControlList) _
) As Boolean
bool SetAccessControlLists(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    IEnumerable<AccessControlList> lists
)

參數

傳回值

類型:System.Boolean
則為 true,則作業應該在這個告知來源的安全性命名空間繼續。

.NET Framework 安全性

請參閱

參考

ISecurityChangedEventHandler 介面

Microsoft.TeamFoundation.Framework.Server 命名空間