LaunchProfileQueryResultsExtensions.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 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.