Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Public Function UnderPathScope ( _
    itemPath As String, _
    pathScope As String, _
    recurse As Boolean _
) As Boolean
public bool UnderPathScope(
    string itemPath,
    string pathScope,
    bool recurse
)
public:
bool UnderPathScope(
    String^ itemPath, 
    String^ pathScope, 
    bool recurse
)
member UnderPathScope : 
        itemPath:string * 
        pathScope:string * 
        recurse:bool -> bool 
public function UnderPathScope(
    itemPath : String, 
    pathScope : String, 
    recurse : boolean
) : boolean
Parameters
- itemPath
Type: System.String 
- pathScope
Type: System.String 
- recurse
Type: System.Boolean 
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.