Repository5.UndoPendingChangesInLocalWorkspace 方法

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function UndoPendingChangesInLocalWorkspace ( _
    workspaceName As String, _
    ownerName As String, _
    items As ItemSpec(), _
    <OutAttribute> ByRef failures As List(Of Failure), _
    itemPropertyFilters As String(), _
    itemAttributeFilters As String(), _
    <OutAttribute> ByRef changePendedFlags As Integer, _
    maxClientPathLength As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> UndoPendingChangesInLocalWorkspace(
    string workspaceName,
    string ownerName,
    ItemSpec[] items,
    out List<Failure> failures,
    string[] itemPropertyFilters,
    string[] itemAttributeFilters,
    out int changePendedFlags,
    int maxClientPathLength
)

参数

返回值

类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>

.NET Framework 安全性

请参阅

参考

Repository5 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间