Pends a rollback for changes on a certain path, within the specified versions.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Function Rollback ( _
    paths As String(), _
    recursion As RecursionType, _
    itemSpecVersion As VersionSpec, _
    versionFrom As VersionSpec, _
    versionTo As VersionSpec, _
    lockLevel As LockLevel, _
    options As RollbackOptions, _
    propertyNameFilters As String() _
) As GetStatus
public GetStatus Rollback(
    string[] paths,
    RecursionType recursion,
    VersionSpec itemSpecVersion,
    VersionSpec versionFrom,
    VersionSpec versionTo,
    LockLevel lockLevel,
    RollbackOptions options,
    string[] propertyNameFilters
)
public:
GetStatus^ Rollback(
    array<String^>^ paths, 
    RecursionType recursion, 
    VersionSpec^ itemSpecVersion, 
    VersionSpec^ versionFrom, 
    VersionSpec^ versionTo, 
    LockLevel lockLevel, 
    RollbackOptions options, 
    array<String^>^ propertyNameFilters
)
member Rollback : 
        paths:string[] * 
        recursion:RecursionType * 
        itemSpecVersion:VersionSpec * 
        versionFrom:VersionSpec * 
        versionTo:VersionSpec * 
        lockLevel:LockLevel * 
        options:RollbackOptions * 
        propertyNameFilters:string[] -> GetStatus 
public function Rollback(
    paths : String[], 
    recursion : RecursionType, 
    itemSpecVersion : VersionSpec, 
    versionFrom : VersionSpec, 
    versionTo : VersionSpec, 
    lockLevel : LockLevel, 
    options : RollbackOptions, 
    propertyNameFilters : String[]
) : GetStatus
Parameters
- paths
 Type: array<System.String[]
 Array of path filters to apply.
- recursion
 Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
 A flag specifying the type of recursion.
- itemSpecVersion
 Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
 The version spec used to identify the item the user is referring to.
- versionFrom
 Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
 The version to roll back from (later version).
- versionTo
 Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
 The version roll back to (earlier version).
- lockLevel
 Type: Microsoft.TeamFoundation.VersionControl.Client.LockLevel
 The lock level to apply to each item being rolled back.
- options
 Type: Microsoft.TeamFoundation.VersionControl.Common.RollbackOptions
 Options to use.
- propertyNameFilters
 Type: array<System.String[]
 Array of properties to include for each get operation.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.GetStatus
A GetStatus object describing the number of operations, conflicts, errors, etc. that occurred while processing the Rollback operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.