FolderQueryResultsExtensions.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 Folder collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.FolderChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot> currentFolderCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot> previousFolderCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.FolderChanges>
<Extension()>
Public Function ChangesFrom (currentFolderCollection As IQueryResults(Of IFolderSnapshot), previousFolderCollection As IQueryResults(Of IFolderSnapshot)) As EntityCollectionChanges(Of IFolderSnapshot, FolderChanges)
Parameters
- currentFolderCollection
- IQueryResults<IFolderSnapshot>
The current Folder collection.
- previousFolderCollection
- IQueryResults<IFolderSnapshot>
The previous Folder collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.