Freigeben über


RepositoryExtensions.Rollback-Methode

Setzt Änderungen in einer bestimmten Struktur für einen bestimmten Versionsbereich zurück.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function Rollback ( _
    workspaceName As String, _
    workspaceOwner As String, _
    items As ItemSpec(), _
    itemVersion As VersionSpec, _
    from As VersionSpec, _
    to As VersionSpec, _
    rollbackOptions As Integer, _
    lockLevel As LockLevel, _
    <OutAttribute> ByRef conflicts As StreamingCollection(Of Conflict), _
    <OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
    propertyNameFilters As String(), _
    <OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Rollback(
    string workspaceName,
    string workspaceOwner,
    ItemSpec[] items,
    VersionSpec itemVersion,
    VersionSpec from,
    VersionSpec to,
    int rollbackOptions,
    LockLevel lockLevel,
    out StreamingCollection<Conflict> conflicts,
    out StreamingCollection<Failure> failures,
    string[] propertyNameFilters,
    out int changePendedFlags
)

Parameter

  • workspaceOwner
    Typ: System.String
    Der Besitzer des Arbeitsbereichs.
  • rollbackOptions
    Typ: System.Int32
    Optionen, Entsprechungen oben mit RollbackOptions-Enumeration.
  • propertyNameFilters
    Typ: array<System.String[]
    Liste von Eigenschaften, mit GET-Vorgängen zurückzukehren.

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
Liste von GetOperations für die Aktualisierung des Clients.

.NET Framework-Sicherheit

Siehe auch

Referenz

RepositoryExtensions Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace