Compartilhar via


Método CatalogRuleValidationUtility.UnderPathScope

Retorna true se o itemPath está sob o pathScope.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
Public Function UnderPathScope ( _
    itemPath As String, _
    pathScope As String, _
    recurse As Boolean _
) As Boolean
public bool UnderPathScope(
    string itemPath,
    string pathScope,
    bool recurse
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

CatalogRuleValidationUtility Classe

Namespace Microsoft.TeamFoundation.Server.Core