This documentation is archived and is not being maintained.
VersionSpec::FormatRange Method
Visual Studio 2013
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)
public: static String^ FormatRange( String^ path, VersionSpec^ from, VersionSpec^ to )
Parameters
- path
- Type: System::String
The server or local path.
- from
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec
The start of the version range.
- to
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec
The end of the version range.
Return Value
Type: System::StringA version-specified string that represents the path and version range.
- 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.
Show: