VersionControlPath.GetFolderDepth, méthode (String, Int32)
Retourne le nombre de niveaux d'éléments de tracé dans cette spécification jusqu'à la profondeur maximale.
le $ retourne 0 $/abc retourne 1 $/abc/xyz retourne 2, et ainsi de suite.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Function GetFolderDepth ( _
item As String, _
maxDepth As Integer _
) As Integer
public static int GetFolderDepth(
string item,
int maxDepth
)
Paramètres
- item
Type : System.String
- maxDepth
Type : System.Int32
Valeur de retour
Type : System.Int32
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