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
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- userIdentities
類型:array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
篩選的使用者清單。
- changeset
類型:System.Int32
變更集可以取得篩選資訊。
傳回值
類型:System.Collections.Generic.List<PathRestriction>
提供使用者的路徑限制清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。