BuildSourceProviders.GitProperties.ParseBranchAndPath-Methode
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
)
Parameter
- branchAndPath
Typ: System.String
- branches
Typ: System.Collections.Generic.IEnumerable<GitRef>
- branchName
Typ: System.String%
- path
Typ: System.String%
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.