QueryDataVersions.Remove(String) 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.
Removes a version from the set.
public Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions Remove (string versionKey);
member this.Remove : string -> Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions
Public Function Remove (versionKey As String) As QueryDataVersions
Parameters
- versionKey
- String
A version key.
Returns
New version set if it is changed.