QueryDataVersions.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a set of versions to the set.
public Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions AddRange (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,long>> versions);
member this.AddRange : seq<System.Collections.Generic.KeyValuePair<string, int64>> -> Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions
Public Function AddRange (versions As IEnumerable(Of KeyValuePair(Of String, Long))) As QueryDataVersions
Parameters
- versions
- IEnumerable<KeyValuePair<String,Int64>>
A set of versions to be added.
Returns
New version set if it is changed.