TeamFoundationVersionControlService.QueryShelvedChanges 方法 (TeamFoundationRequestContext, String, String, String, String, array<ItemSpec[], Boolean)
返回符合指定条件的挂起的更改列表。
如果 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 QueryShelvedChanges ( _
requestContext As TeamFoundationRequestContext, _
localWorkspaceName As String, _
localWorkspaceOwner As String, _
shelvesetName As String, _
ownerName As String, _
itemSpecs As ItemSpec(), _
generateDownloadUrls As Boolean _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryShelvedChanges(
TeamFoundationRequestContext requestContext,
string localWorkspaceName,
string localWorkspaceOwner,
string shelvesetName,
string ownerName,
ItemSpec[] itemSpecs,
bool generateDownloadUrls
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- localWorkspaceName
类型:System.String
本地工作区域的名称。
- localWorkspaceOwner
类型:System.String
本地工作区域的所有者。
- shelvesetName
类型:System.String
查询的更改的搁置集的名称。
- ownerName
类型:System.String
查找更改的工作区域的所有者。如果为 null,则所有用户都返回。
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
查找或 null 的项目为所有项目。
- generateDownloadUrls
类型:System.Boolean
如果为 true,则服务器将包含要求下载文件的信息。仅将此为 true,如果下载使用对象返回的文件。调用会更快并且少带宽,在此参数中的错误 (未指定它) 的超加载的默认值。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果 TeamFoundationDataReader 在下面的排序:PendingSet[] -有些包含 PendingChanges 的 PendingSet 对象。Failure[] -生成,当尝试查询更改时列出的错误。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。