BuildSourceProviders.GitProperties.ParseBranchAndPath Method

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function ParseBranchAndPath ( _
    branchAndPath As String, _
    branches As IEnumerable(Of GitRef), _
    <OutAttribute> ByRef branchName As String, _
    <OutAttribute> ByRef path As String _
) As Boolean
public static bool ParseBranchAndPath(
    string branchAndPath,
    IEnumerable<GitRef> branches,
    out string branchName,
    out string path
)
public:
static bool ParseBranchAndPath(
    String^ branchAndPath, 
    IEnumerable<GitRef^>^ branches, 
    [OutAttribute] String^% branchName, 
    [OutAttribute] String^% path
)
static member ParseBranchAndPath : 
        branchAndPath:string * 
        branches:IEnumerable<GitRef> * 
        branchName:string byref * 
        path:string byref -> bool
public static function ParseBranchAndPath(
    branchAndPath : String, 
    branches : IEnumerable<GitRef>, 
    branchName : String, 
    path : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildSourceProviders.GitProperties Class

Microsoft.TeamFoundation.Build.Common Namespace