SupportedValueQueryResultsExtensions.ChangesFrom Method

Definition

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

C#
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.SupportedValueChanges> ChangesFrom(this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot> currentSupportedValueCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot> previousSupportedValueCollection);

Parameters

currentSupportedValueCollection
IQueryResults<ISupportedValueSnapshot>

The current SupportedValue collection.

previousSupportedValueCollection
IQueryResults<ISupportedValueSnapshot>

The previous SupportedValue collection.

Returns

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

Applies to

Proizvod Verzije
Visual Studio SDK 2022