BuildSourceProviders.GitProperties.ParseGitPath Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
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
)
public:
static bool ParseGitPath(
String^ gitFullPath,
[OutAttribute] String^% projectName,
[OutAttribute] String^% repositoryName,
[OutAttribute] String^% branchAndPath
)
static member ParseGitPath :
gitFullPath:string *
projectName:string byref *
repositoryName:string byref *
branchAndPath:string byref -> bool
public static function ParseGitPath(
gitFullPath : String,
projectName : String,
repositoryName : String,
branchAndPath : String
) : boolean
Parameters
- gitFullPath
Type: System.String
- projectName
Type: System.String%
- repositoryName
Type: System.String%
- branchAndPath
Type: System.String%
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.