SolutionConfigurationQueryResultsExtensions.ChangesFrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.