共用方式為


TeamFoundationVersionControlService.FilterChangeset 方法

篩選一組的單一變更集使用者並傳回路徑限制清單。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
Public Function FilterChangeset ( _
    requestContext As TeamFoundationRequestContext, _
    userIdentities As TeamFoundationIdentity(), _
    changeset As Integer _
) As List(Of PathRestriction)
public List<PathRestriction> FilterChangeset(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity[] userIdentities,
    int changeset
)

參數

  • changeset
    型別:System.Int32
    變更集可以取得篩選資訊。

傳回值

型別:System.Collections.Generic.List<PathRestriction>
路徑限制清單中提供的使用者。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間