TeamFoundationVersionControlService.QueryPendingChangesForWorkspace 方法
返回符合指定条件的挂起的更改列表。
如果 workspaceName 不为空,还必须指定 ownerName。
子基于递归返回的选项。 如果 RecursionType.None 指定,因此,只有 serverItem 返回。 如果 RecursionType.OneLevel 指定,并且 serverItem 表示文件夹,该文件夹及其直接子级返回。 如果 RecursionType.Full 指定,并且 serverItem 是所有后代返回的文件夹。
此函数返回数组 PendingSet,其中每个对象都表示工作区域。 在每 PendingSet 对象中都表示更改属于该工作区域的数组 PendingChanges。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function QueryPendingChangesForWorkspace ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
generateDownloadUrls As Boolean, _
pageSize As Integer, _
lastChange As String, _
includeMergeInfo As Boolean, _
maskLocalWorkspaces As Boolean, _
itemPropertyFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryPendingChangesForWorkspace(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
bool generateDownloadUrls,
int pageSize,
string lastChange,
bool includeMergeInfo,
bool maskLocalWorkspaces,
string[] itemPropertyFilters
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- workspaceName
类型:System.String
工作区域的名称。
- workspaceOwner
类型:System.String
工作区域所有者名称。
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
项目的规范可以获取挂起的更改。
- generateDownloadUrls
类型:System.Boolean
如果为 true,则服务器将包含要求下载文件的信息。仅将此为 true,如果下载使用对象返回的文件。调用会更快并且少带宽,在此参数中的错误 (未指定它) 的超加载的默认值。
- pageSize
类型:System.Int32
返回的挂起的更改的最大数目中调用。
- lastChange
类型:System.String
指定接收的最后更改一页上。等待返回的更改在上调用将是此项目后强提供的一些。
- includeMergeInfo
类型:System.Boolean
包含数据源是否将信息。
- maskLocalWorkspaces
类型:System.Boolean
- itemPropertyFilters
类型:array<System.String[]
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果 TeamFoundationDataReader 在下面的排序:PendingChange[] -有些 PendingChange 对象。Failure[] -遇到的列表失败,但查询等待设置。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。