RepositoryExtensions.UndoPendingChanges 方法
撤消挂起的更改集。
ServerItem 规范不匹配的任何内容,如果它返回一个失败的对象。
此方法返回的数组的已撤消挂起的更改。 为每个文件,客户应调用 DownloadFile(),并指定要检索文件的未修改的版本的 UndonePendingChange 对象中返回的版本。
命名空间: 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), _
propertyNameFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> UndoPendingChanges(
string workspaceName,
string ownerName,
ItemSpec[] items,
out List<Failure> failures,
string[] propertyNameFilters,
out int changePendedFlags
)
参数
- workspaceName
类型:System.String
将更改从工作区还原挂起。
- ownerName
类型:System.String
工作区 (包括域) 的所有者。
- items
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
若要还原的项的数组。
- failures
类型:System.Collections.Generic.List<Failure>%
故障不能撤消的项的对象。
- propertyNameFilters
类型:array<System.String[]
要返回的属性列表获取操作。
- changePendedFlags
类型:System.Int32%
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
必须将应用于结束同步客户端的 get 操作的数组。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。