SolutionFolderQueryResultsExtensions.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 SolutionFolder collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.SolutionFolderChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot> currentSolutionFolderCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot> previousSolutionFolderCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.SolutionFolderChanges>
<Extension()>
Public Function ChangesFrom (currentSolutionFolderCollection As IQueryResults(Of ISolutionFolderSnapshot), previousSolutionFolderCollection As IQueryResults(Of ISolutionFolderSnapshot)) As EntityCollectionChanges(Of ISolutionFolderSnapshot, SolutionFolderChanges)
Parameters
- currentSolutionFolderCollection
- IQueryResults<ISolutionFolderSnapshot>
The current SolutionFolder collection.
- previousSolutionFolderCollection
- IQueryResults<ISolutionFolderSnapshot>
The previous SolutionFolder collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.