This documentation is archived and is not being maintained.
VersionSpec::Parse Method (String, String, String)
Visual Studio 2013
Given a version string convert it to an array VersionSpec objects.
If the version specification did not contain a range specifier then this will return an array of size one. Otherwise, an array of size two.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static array<VersionSpec^>^ Parse( String^ versionSpec, String^ user, String^ userDisplay )
Parameters
- versionSpec
- Type: System::String
The version specification to encapsulate.
- user
- Type: System::String
The current user (only used by workspace version specs.)
- userDisplay
- Type: System::String
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::VersionSpec>The version specification(s) encapsulated in an array.
- 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: