VersionControlPath.IsCanonicalizedPath, méthode (String, Boolean, PathLength)
Renvoie True si le chemin d'accès est rendu canonique. Le chemin d'accès ne doit contenir un $ au début d'une partie du chemin d'accès, ou None caractères non conformes.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Function IsCanonicalizedPath ( _
serverItem As String, _
allowSemicolon As Boolean, _
maxPathLength As PathLength _
) As Boolean
public static bool IsCanonicalizedPath(
string serverItem,
bool allowSemicolon,
PathLength maxPathLength
)
Paramètres
- serverItem
Type : System.String
- allowSemicolon
Type : System.Boolean
- 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
IsCanonicalizedPath, surcharge
Microsoft.TeamFoundation.VersionControl.Common, espace de noms