Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
声明
Public Shared Function IsRecursive ( _
    queryPath As String _
) As Boolean
public static bool IsRecursive(
    string queryPath
)
public:
static bool IsRecursive(
    String^ queryPath
)
static member IsRecursive : 
        queryPath:string -> bool 
public static function IsRecursive(
    queryPath : String
) : boolean
Parameters
- queryPath
 Type: System.String
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.