SolutionQueryResultsExtensions.ChangesFrom 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.
Calculates the set of differences with another Solution collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.SolutionChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> currentSolutionCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> previousSolutionCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.SolutionChanges>
<Extension()>
Public Function ChangesFrom (currentSolutionCollection As IQueryResults(Of ISolutionSnapshot), previousSolutionCollection As IQueryResults(Of ISolutionSnapshot)) As EntityCollectionChanges(Of ISolutionSnapshot, SolutionChanges)
Parameters
- currentSolutionCollection
- IQueryResults<ISolutionSnapshot>
The current Solution collection.
- previousSolutionCollection
- IQueryResults<ISolutionSnapshot>
The previous Solution collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.