PropertyQueryResultsExtensions.ChangesFrom Method

Definition

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.

Applies to