PropertyQueryResultsExtensions.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 Property collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot,Microsoft.VisualStudio.ProjectSystem.Query.PropertyChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot> currentPropertyCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot> previousPropertyCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot, Microsoft.VisualStudio.ProjectSystem.Query.PropertyChanges>
<Extension()>
Public Function ChangesFrom (currentPropertyCollection As IQueryResults(Of IPropertySnapshot), previousPropertyCollection As IQueryResults(Of IPropertySnapshot)) As EntityCollectionChanges(Of IPropertySnapshot, PropertyChanges)
Parameters
- currentPropertyCollection
- IQueryResults<IPropertySnapshot>
The current Property collection.
- previousPropertyCollection
- IQueryResults<IPropertySnapshot>
The previous Property collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.