BuildSourceProviders.GitProperties.ParseBranchSpec-Methode (String, Boolean%, String%, Boolean%, Boolean)
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Sub ParseBranchSpec ( _
branchSpec As String, _
<OutAttribute> ByRef excludeBranch As Boolean, _
<OutAttribute> ByRef branch As String, _
<OutAttribute> ByRef isPattern As Boolean, _
removePattern As Boolean _
)
public static void ParseBranchSpec(
string branchSpec,
out bool excludeBranch,
out string branch,
out bool isPattern,
bool removePattern
)
Parameter
- branchSpec
Typ: System.String
- excludeBranch
Typ: System.Boolean%
- branch
Typ: System.String%
- isPattern
Typ: System.Boolean%
- removePattern
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.