VersionControlPath.IsValidPath, méthode (String, PathLength)
Renvoie True si le chemin d'accès est valide ; sinon false
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Function IsValidPath ( _
serverItem As String, _
maxPathLength As PathLength _
) As Boolean
public static bool IsValidPath(
string serverItem,
PathLength maxPathLength
)
Paramètres
- serverItem
Type : System.String
- maxPathLength
Type : Microsoft.TeamFoundation.VersionControl.Common.PathLength
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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