Compartir a través de


LaunchProfileQueryResultsExtensions.ChangesFrom Method

Definition

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

public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.LaunchProfileChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot> currentLaunchProfileCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot> previousLaunchProfileCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.LaunchProfileChanges>
<Extension()>
Public Function ChangesFrom (currentLaunchProfileCollection As IQueryResults(Of ILaunchProfileSnapshot), previousLaunchProfileCollection As IQueryResults(Of ILaunchProfileSnapshot)) As EntityCollectionChanges(Of ILaunchProfileSnapshot, LaunchProfileChanges)

Parameters

currentLaunchProfileCollection
IQueryResults<ILaunchProfileSnapshot>

The current LaunchProfile collection.

previousLaunchProfileCollection
IQueryResults<ILaunchProfileSnapshot>

The previous LaunchProfile collection.

Returns

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

Applies to