QueryDataVersions.SetIsMixed(Boolean) 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.
Updates IsMixed state.
public Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions SetIsMixed(bool isMixed = true);member this.SetIsMixed : bool -> Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersionsPublic Function SetIsMixed (Optional isMixed As Boolean = true) As QueryDataVersionsParameters
- isMixed
- Boolean
The new state.
Returns
An update version set.