从 SecurityNamespaces 的集合中删除 SecurityNamespace。
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Function DeleteSecurityNamespace ( _
requestContext As TeamFoundationRequestContext, _
namespaceId As Guid _
) As Boolean
bool DeleteSecurityNamespace(
TeamFoundationRequestContext requestContext,
Guid namespaceId
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
当前请求的请求上下文。
- namespaceId
类型:System.Guid
删除的 SecurityNamespace 的 ID。
返回值
类型:System.Boolean
如果存在问题,删除,则为 true。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。