다음을 통해 공유


LaunchProfileTypeQueryResultsExtensions.ChangesFrom Method

Definition

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.

Applies to