Repository.UndoPendingChanges 方法
撤消挂起的更改。
如果serverItem规范不匹配的,通过对象为其返回。
此方法返回已取消的数组挂起的更改。 对于每个文件,客户端在UndonePendingChange对象应调用DownloadFile ()和指定返回的版本检索文件的未修改的版本。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function UndoPendingChanges ( _
workspaceName As String, _
ownerName As String, _
items As ItemSpec(), _
<OutAttribute> ByRef failures As List(Of Failure) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> UndoPendingChanges(
string workspaceName,
string ownerName,
ItemSpec[] items,
out List<Failure> failures
)
参数
- workspaceName
类型:System.String
还原的工作区挂起的更改。
- ownerName
类型:System.String
工作区的所有者(包括字段)。
- items
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
还原的某些项目。
- failures
类型:System.Collections.Generic.List<Failure>%
无法撤消的项目失败的对象。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
必须应用于客户端同时结果执行get操作。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。