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
)

参数

返回值

类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingChange>
某些工作区的PendingChange对象,与itemspecs。

.NET Framework 安全性

请参见

参考

Repository 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间