SupportedValueQueryResultsExtensions.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 SupportedValue collection./>
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);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ISupportedValueSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.SupportedValueChanges>
<Extension()>
Public Function ChangesFrom (currentSupportedValueCollection As IQueryResults(Of ISupportedValueSnapshot), previousSupportedValueCollection As IQueryResults(Of ISupportedValueSnapshot)) As EntityCollectionChanges(Of ISupportedValueSnapshot, SupportedValueChanges)
Parameters
- currentSupportedValueCollection
- IQueryResults<ISupportedValueSnapshot>
The current SupportedValue collection.
- previousSupportedValueCollection
- IQueryResults<ISupportedValueSnapshot>
The previous SupportedValue collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.