Edit

VariableGroupUtility.CloneVariableGroups(IList<VariableGroup>) Method

Definition

Get list of cloned variable groups

public static System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.VariableGroup> CloneVariableGroups(System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.VariableGroup> source);
static member CloneVariableGroups : System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.VariableGroup> -> System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.VariableGroup>
Public Function CloneVariableGroups (source As IList(Of VariableGroup)) As IList(Of VariableGroup)

Parameters

Returns

Applies to