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 命名空間