BuildSourceProviders.GitProperties.ParseBranchSpec Method (String, Boolean%, String%)
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 _
)
public static void ParseBranchSpec(
string branchSpec,
out bool excludeBranch,
out string branch
)
public:
static void ParseBranchSpec(
String^ branchSpec,
[OutAttribute] bool% excludeBranch,
[OutAttribute] String^% branch
)
static member ParseBranchSpec :
branchSpec:string *
excludeBranch:bool byref *
branch:string byref -> unit
public static function ParseBranchSpec(
branchSpec : String,
excludeBranch : boolean,
branch : String
)
Parameters
- branchSpec
Type: System.String
- excludeBranch
Type: System.Boolean%
- branch
Type: System.String%
.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.