BuildSourceProviders.GitProperties.ParseGitPath, 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 ParseGitPath ( _
gitFullPath As String, _
<OutAttribute> ByRef projectName As String, _
<OutAttribute> ByRef repositoryName As String, _
<OutAttribute> ByRef branchAndPath As String _
) As Boolean
public static bool ParseGitPath(
string gitFullPath,
out string projectName,
out string repositoryName,
out string branchAndPath
)
Paramètres
- gitFullPath
Type : System.String
- projectName
Type : System.String%
- repositoryName
Type : System.String%
- branchAndPath
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.