Repository.QueryPendingChangesForWorkspace 方法
傳回符合指定之準則的暫止變更的清單。
這些結果會依提供頁面大小將條件約束的值。 lastChange 的值要從何處開始呼叫或為第一頁為 null。
子項目根據遞迴選項傳回。 如果指定, RecursionType.None,只有 serverItem 傳回。 如果 RecursionType.OneLevel 指定,而且 serverItem 表示資料夾,該資料夾及其直接子項目傳回。 如果 RecursionType.Full 指定,而且 serverItem 是資料夾,其所有子代傳回。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryPendingChangesForWorkspace ( _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
generateDownloadUrls As Boolean, _
pageSize As Integer, _
lastChange As String, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As StreamingCollection(Of PendingChange)
[WebMethodAttribute]
public StreamingCollection<PendingChange> QueryPendingChangesForWorkspace(
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
bool generateDownloadUrls,
int pageSize,
string lastChange,
out StreamingCollection<Failure> failures
)
參數
- workspaceName
型別:System.String
- workspaceOwner
型別:System.String
- itemSpecs
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- generateDownloadUrls
型別:System.Boolean
- pageSize
型別:System.Int32
- lastChange
型別:System.String
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingChange>
[PendingChange 為該工作區物件,符合 itemspecs。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。