PropertyQueryResultsExtensions.ChangesFrom Method

Definition

Calculates the set of differences with another Property collection./>

C#
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);

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

Produit Versions
Visual Studio SDK 2022