This documentation is archived and is not being maintained.
VersionSpec::ParseVersionedFileSpec Method (String, String, Int32%, String%, array<VersionSpec>%)
Visual Studio 2013
Parses a versioned file specification string of the form "filename;version" or "filename;version;deletionID".
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static void ParseVersionedFileSpec( String^ spec, String^ user, [OutAttribute] int% deletionId, [OutAttribute] String^% fileName, [OutAttribute] array<VersionSpec^>^% versions )
Parameters
- spec
- Type: System::String
The versioned file specification to parse.
- user
- Type: System::String
The current user.
- deletionId
- Type: System::Int32%
The parsed deletion ID.
- fileName
- Type: System::String%
The parsed file name.
- versions
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::VersionSpec>%
The parsed VersionSpec 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: