This topic has not yet been rated - Rate this topic

VersionSpec.ReorderVersionSpecs Method

Swaps two VersionSpec instances if they are out of order.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
static member ReorderVersionSpecs : 
        start:VersionSpec byref * 
        end:VersionSpec byref -> bool

Parameters

start
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec

The VersionSpec that should occur first.

end
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec

The VersionSpec that should occur second.

Return Value

Type: Boolean
True if the VersionSpec positions were reversed; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.