Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Shared Function Parse ( _
    versionSpec As String, _
    user As String, _
    userDisplay As String _
) As VersionSpec()
public static VersionSpec[] Parse(
    string versionSpec,
    string user,
    string userDisplay
)
public:
static array<VersionSpec^>^ Parse(
    String^ versionSpec, 
    String^ user, 
    String^ userDisplay
)
static member Parse : 
        versionSpec:string * 
        user:string * 
        userDisplay:string -> VersionSpec[] 
public static function Parse(
    versionSpec : String, 
    user : String, 
    userDisplay : String
) : VersionSpec[]
Parameters
versionSpec
Type: System.StringThe version specification to encapsulate.
user
Type: System.StringThe 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.
.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.