VersionControlPath.PrependRootIfNeeded, méthode (String, PathLength)
Méthode utilitaire pour ajouter la racine ($) à un dossier - très utile pour obtenir le dossier d'un projet d'équipe si vous avez uniquement son nom.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Function PrependRootIfNeeded ( _
folder As String, _
maxPathLength As PathLength _
) As String
public static string PrependRootIfNeeded(
string folder,
PathLength maxPathLength
)
Paramètres
- folder
Type : System.String
Le chemin d'accès au dossier qui peut ou ne pas démarrer avec le $ déjà.
- maxPathLength
Type : Microsoft.TeamFoundation.VersionControl.Common.PathLength
Valeur de retour
Type : System.String
Le chemin d'accès au dossier en partant de la racine.
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
PrependRootIfNeeded, surcharge
Microsoft.TeamFoundation.VersionControl.Common, espace de noms