CategoryQueryResultsExtensions.ChangesFrom Method

Definition

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

C#
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ICategorySnapshot,Microsoft.VisualStudio.ProjectSystem.Query.CategoryChanges> ChangesFrom(this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ICategorySnapshot> currentCategoryCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ICategorySnapshot> previousCategoryCollection);

Parameters

currentCategoryCollection
IQueryResults<ICategorySnapshot>

The current Category collection.

previousCategoryCollection
IQueryResults<ICategorySnapshot>

The previous Category collection.

Returns

A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.

Applies to

Proizvod Verzije
Visual Studio SDK 2022