Repository.Unshelve 方法
复制搁置更改为工作区。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function Unshelve ( _
shelvesetName As String, _
shelvesetOwner As String, _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
<OutAttribute> ByRef failures As List(Of Failure), _
<OutAttribute> ByRef getOperations As StreamingCollection(Of GetOperation) _
) As Shelveset
[WebMethodAttribute]
public Shelveset Unshelve(
string shelvesetName,
string shelvesetOwner,
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
out List<Failure> failures,
out StreamingCollection<GetOperation> getOperations
)
参数
- shelvesetName
类型:System.String
搁置集的名称取消搁置的。
- shelvesetOwner
类型:System.String
搁置集的所有者取消搁置的。
- workspaceName
类型:System.String
工作区名称取消搁置到中。
- workspaceOwner
类型:System.String
工作区的所有者取消搁置到中。
- items
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
取消搁置(本地、服务器、通配符,递归")的ItemSpecs。
- failures
类型:System.Collections.Generic.List<Failure>%
防止搁置的列表发生此错误。
- getOperations
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
返回值
类型:Microsoft.TeamFoundation.VersionControl.Server.Shelveset
反映客户端状态的GetOperations需要的更改。
备注
客户端调用序列:1)调用搁置()。 2) 对于每个GetOperation返回:a)使用应用程序/item.asmx,下载文件? X是挂起的更改ID的pcid=X,b)调用UpdateLocalVersion,通过在本地信息和挂起的更改ID. 如果中断步骤2,将来调用访问()将返回未确认的项。 搁置集且将保持,在此调用后,但是,可以立即删除,在第2步)完成之前。
如果所有失败,将返回所有操作将失败。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。