Share via


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
)

参数

返回值

类型:System.Collections.Generic.List<PathRestriction>
路径限制列表提供的用户。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间