BuildSourceVersion.TryParseGit-Methode
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function TryParseGit ( _
sourceVersion As String, _
<OutAttribute> ByRef branch As String, _
<OutAttribute> ByRef commit As String _
) As Boolean
public static bool TryParseGit(
string sourceVersion,
out string branch,
out string commit
)
Parameter
- sourceVersion
Typ: System.String
- branch
Typ: System.String%
- commit
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.