Поделиться через


BuildPath.IsRecursive Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildPath Class

Microsoft.TeamFoundation.Build.Common Namespace