VersionSpec.ParseVersionedFileSpec, méthode (String, String, Int32%, String%, array<VersionSpec[]%)
Analyse une chaîne avec version de spécification de fichier nom de fichier formulaire « ; Version » ou « NomFichier ; version ; deletionID ».
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Shared Sub ParseVersionedFileSpec ( _
spec As String, _
user As String, _
<OutAttribute> ByRef deletionId As Integer, _
<OutAttribute> ByRef fileName As String, _
<OutAttribute> ByRef versions As VersionSpec() _
)
public static void ParseVersionedFileSpec(
string spec,
string user,
out int deletionId,
out string fileName,
out VersionSpec[] versions
)
Paramètres
- spec
Type : System.String
La spécification de fichier avec version à analyser.
- user
Type : System.String
L'utilisateur actuel.
- deletionId
Type : System.Int32%
L'identification analysée de suppression
- fileName
Type : System.String%
Le nom de fichier analysé.
- versions
Type : array<Microsoft.TeamFoundation.VersionControl.Client.VersionSpec[]%
Le tableau analysé de VersionSpec.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ParseVersionedFileSpec, surcharge
Microsoft.TeamFoundation.VersionControl.Client, espace de noms