共用方式為


SecurityNamespace.RemoveAccessControlEntries 方法

移除 AccessControlList 存在與指定之語彙基元的指定識別描述元的所有存取控制項目。

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

語法

'宣告
Public MustOverride Function RemoveAccessControlEntries ( _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor) _
) As Boolean
public abstract bool RemoveAccessControlEntries(
    string token,
    IEnumerable<IdentityDescriptor> descriptors
)

參數

傳回值

類型:System.Boolean
如果已移除,則為 true,事情;則為,否則為 false。

.NET Framework 安全性

請參閱

參考

SecurityNamespace 類別

Microsoft.TeamFoundation.Framework.Client 命名空間