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
    工作区 (包括域) 的所有者。
  • propertyNameFilters
    类型:array<System.String[]
    要返回的属性列表获取操作。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
必须将应用于结束同步客户端的 get 操作的数组。

.NET Framework 安全性

请参见

参考

RepositoryExtensions 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间