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.QueryDataVersions
Public Function SetIsMixed (Optional isMixed As Boolean = true) As QueryDataVersions
Parameters
- isMixed
- Boolean
The new state.
Returns
An update version set.