BuildPropertyQueryResultsExtensions.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 BuildProperty collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IBuildPropertySnapshot,Microsoft.VisualStudio.ProjectSystem.Query.BuildPropertyChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IBuildPropertySnapshot> currentBuildPropertyCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IBuildPropertySnapshot> previousBuildPropertyCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IBuildPropertySnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IBuildPropertySnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IBuildPropertySnapshot, Microsoft.VisualStudio.ProjectSystem.Query.BuildPropertyChanges>
<Extension()>
Public Function ChangesFrom (currentBuildPropertyCollection As IQueryResults(Of IBuildPropertySnapshot), previousBuildPropertyCollection As IQueryResults(Of IBuildPropertySnapshot)) As EntityCollectionChanges(Of IBuildPropertySnapshot, BuildPropertyChanges)
Parameters
- currentBuildPropertyCollection
- IQueryResults<IBuildPropertySnapshot>
The current BuildProperty collection.
- previousBuildPropertyCollection
- IQueryResults<IBuildPropertySnapshot>
The previous BuildProperty collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.