QueryDataVersions.Add(String, Int64) Method
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.
Add a version to the set.
public Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions Add (string versionKey, long version);
member this.Add : string * int64 -> Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions
Public Function Add (versionKey As String, version As Long) As QueryDataVersions
- versionKey
- String
A version key
- version
- Int64
The version value.
New version set if it is changed.