BuildSourceProviders.GitProperties.ParseBranchSpec 方法 (String, Boolean%, String%)

命名空间:  Microsoft.TeamFoundation.Build.Common
程序集:  Microsoft.TeamFoundation.Build.Common(在 Microsoft.TeamFoundation.Build.Common.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参阅

参考

BuildSourceProviders.GitProperties 类

ParseBranchSpec 重载

Microsoft.TeamFoundation.Build.Common 命名空间