Condividi tramite


SolutionConfigurationQueryResultsExtensions.ChangesFrom Method

Definition

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

public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.SolutionConfigurationChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot> currentSolutionConfigurationCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot> previousSolutionConfigurationCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.SolutionConfigurationChanges>
<Extension()>
Public Function ChangesFrom (currentSolutionConfigurationCollection As IQueryResults(Of ISolutionConfigurationSnapshot), previousSolutionConfigurationCollection As IQueryResults(Of ISolutionConfigurationSnapshot)) As EntityCollectionChanges(Of ISolutionConfigurationSnapshot, SolutionConfigurationChanges)

Parameters

currentSolutionConfigurationCollection
IQueryResults<ISolutionConfigurationSnapshot>

The current SolutionConfiguration collection.

previousSolutionConfigurationCollection
IQueryResults<ISolutionConfigurationSnapshot>

The previous SolutionConfiguration collection.

Returns

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

Applies to