TeamFoundationVersionControlService.FilterShelveset 方法
筛选该子组的一个搁置集用户并返回路径限制列表。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function FilterShelveset ( _
requestContext As TeamFoundationRequestContext, _
userIdentities As TeamFoundationIdentity(), _
shelvesetName As String, _
shelvesetOwner As String _
) As List(Of PathRestriction)
public List<PathRestriction> FilterShelveset(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity[] userIdentities,
string shelvesetName,
string shelvesetOwner
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- userIdentities
类型:array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
筛选的用户列表。
- shelvesetName
类型:System.String
搁置集的名称。
- shelvesetOwner
类型:System.String
搁置集的所有者。
返回值
类型:System.Collections.Generic.List<PathRestriction>
路径限制列表提供的用户。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。