BuildSourceProviders.GitProperties.SplitBranches Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function SplitBranches ( _
branchString As String _
) As List(Of String)
public static List<string> SplitBranches(
string branchString
)
public:
static List<String^>^ SplitBranches(
String^ branchString
)
static member SplitBranches :
branchString:string -> List<string>
public static function SplitBranches(
branchString : String
) : List<String>
Parameters
- branchString
Type: System.String
Return Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.