BuildSourceProviders.GitProperties.ParseBranchAndPath, méthode
Espace de noms : Microsoft.TeamFoundation.Build.Common
Assembly : Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- branchAndPath
Type : System.String
- branches
Type : System.Collections.Generic.IEnumerable<GitRef>
- branchName
Type : System.String%
- path
Type : System.String%
Valeur de retour
Type : System.Boolean
retourne Boolean ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.