Repository.QueryShelvedChanges 方法
返回符合指定条件的挂起的更改列表。
如果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 中)
语法
声明
<WebMethodAttribute> _
Public Function QueryShelvedChanges ( _
localWorkspaceName As String, _
localWorkspaceOwner As String, _
shelvesetName As String, _
ownerName As String, _
itemSpecs As ItemSpec(), _
generateDownloadUrls As Boolean, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As StreamingCollection(Of PendingSet)
[WebMethodAttribute]
public StreamingCollection<PendingSet> QueryShelvedChanges(
string localWorkspaceName,
string localWorkspaceOwner,
string shelvesetName,
string ownerName,
ItemSpec[] itemSpecs,
bool generateDownloadUrls,
out StreamingCollection<Failure> failures
)
参数
- localWorkspaceName
类型:System.String
- localWorkspaceOwner
类型:System.String
- shelvesetName
类型:System.String
- ownerName
类型:System.String
查找更改工作区的所有者。如果为 null,则所有用户都返回。
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- generateDownloadUrls
类型:System.Boolean
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingSet>
一些包含PendingChanges的PendingSet对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。