Compartir a través de


Repository5.UndoPendingChangesInLocalWorkspace (Método)

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Server
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Server (en Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxis

'Declaración
<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
)

Parámetros

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>

Seguridad de .NET Framework

Vea también

Referencia

Repository5 Clase

Microsoft.TeamFoundation.VersionControl.Server (Espacio de nombres)