VersionControlUtil.GetFullPath, méthode (String, PathLength)
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Function GetFullPath ( _
item As String, _
maxServerPathLength As PathLength _
) As String
public static string GetFullPath(
string item,
PathLength maxServerPathLength
)
Paramètres
- item
Type : System.String
- maxServerPathLength
Type : Microsoft.TeamFoundation.VersionControl.Common.PathLength
Valeur de retour
Type : System.String
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
Microsoft.TeamFoundation.VersionControl.Common, espace de noms