Condividi tramite


PropertyPageQueryResultsExtensions.ChangesFrom Method

Definition

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

public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.PropertyPageChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot> currentPropertyPageCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot> previousPropertyPageCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.PropertyPageChanges>
<Extension()>
Public Function ChangesFrom (currentPropertyPageCollection As IQueryResults(Of IPropertyPageSnapshot), previousPropertyPageCollection As IQueryResults(Of IPropertyPageSnapshot)) As EntityCollectionChanges(Of IPropertyPageSnapshot, PropertyPageChanges)

Parameters

currentPropertyPageCollection
IQueryResults<IPropertyPageSnapshot>

The current PropertyPage collection.

previousPropertyPageCollection
IQueryResults<IPropertyPageSnapshot>

The previous PropertyPage collection.

Returns

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

Applies to