Método BuildSourceProviders.GitProperties.ParseBranchAndPath
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (em Microsoft.TeamFoundation.Build.Common.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- branchAndPath
Tipo: System.String
- branches
Tipo: System.Collections.Generic.IEnumerable<GitRef>
- branchName
Tipo: System.String%
- path
Tipo: System.String%
Valor de retorno
Tipo: System.Boolean
Retorna Boolean.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.