LaunchProfileTypeQueryResultsExtensions.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 LaunchProfileType collection./>
public static Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.LaunchProfileTypeChanges> ChangesFrom (this Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot> currentLaunchProfileTypeCollection, Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot> previousLaunchProfileTypeCollection);
static member ChangesFrom : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot> * Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.LaunchProfileTypeChanges>
<Extension()>
Public Function ChangesFrom (currentLaunchProfileTypeCollection As IQueryResults(Of ILaunchProfileTypeSnapshot), previousLaunchProfileTypeCollection As IQueryResults(Of ILaunchProfileTypeSnapshot)) As EntityCollectionChanges(Of ILaunchProfileTypeSnapshot, LaunchProfileTypeChanges)
Parameters
- currentLaunchProfileTypeCollection
- IQueryResults<ILaunchProfileTypeSnapshot>
The current LaunchProfileType collection.
- previousLaunchProfileTypeCollection
- IQueryResults<ILaunchProfileTypeSnapshot>
The previous LaunchProfileType collection.
Returns
A EntityCollectionChanges<TEntity,TEntityChanges> with the collection differences.