VersionSpec.FormatRange Method

Formats a server or local path by using the version range that is specified.

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

Syntax

'Declaration
Public Shared Function FormatRange ( _
    path As String, _
    from As VersionSpec, _
    to As VersionSpec _
) As String
public static string FormatRange(
    string path,
    VersionSpec from,
    VersionSpec to
)
public:
static String^ FormatRange(
    String^ path, 
    VersionSpec^ from, 
    VersionSpec^ to
)
static member FormatRange : 
        path:string * 
        from:VersionSpec * 
        to:VersionSpec -> string
public static function FormatRange(
    path : String, 
    from : VersionSpec, 
    to : VersionSpec
) : String

Parameters

Return Value

Type: System.String
A version-specified string that represents the path and version range.

.NET Framework Security

See Also

Reference

VersionSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace