다음을 통해 공유


UIPropertyEditorQueryResultsExtensions.ChangesFrom Method

Definition

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.

Applies to