UIPropertyEditorQueryResultsExtensions.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 UIPropertyEditor collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.UIPropertyEditorChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot> currentUIPropertyEditorCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot> previousUIPropertyEditorCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.UIPropertyEditorChanges>
<Extension()>
Public Function ChangesFrom (currentUIPropertyEditorCollection As IQueryResults(Of IUIPropertyEditorSnapshot), previousUIPropertyEditorCollection As IQueryResults(Of IUIPropertyEditorSnapshot)) As EntityCollectionChanges(Of IUIPropertyEditorSnapshot, UIPropertyEditorChanges)
Parameters
- currentUIPropertyEditorCollection
- IQueryResults<IUIPropertyEditorSnapshot>
The current UIPropertyEditor collection.
- previousUIPropertyEditorCollection
- IQueryResults<IUIPropertyEditorSnapshot>
The previous UIPropertyEditor collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.