CatalogRuleValidationUtility.UnderPathScope, méthode
Renvoie True si l'itemPath est sous pathScope.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Public Function UnderPathScope ( _
itemPath As String, _
pathScope As String, _
recurse As Boolean _
) As Boolean
public bool UnderPathScope(
string itemPath,
string pathScope,
bool recurse
)
Paramètres
- itemPath
Type : System.String
- pathScope
Type : System.String
- recurse
Type : System.Boolean
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.