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