다음을 통해 공유


LaunchProfileChanges Class

Definition

Entity Changes Model for ILaunchProfileSnapshot

public class LaunchProfileChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot>
type LaunchProfileChanges = class
    inherit QueryEntityChangesBase<ILaunchProfileSnapshot>
Public Class LaunchProfileChanges
Inherits QueryEntityChangesBase(Of ILaunchProfileSnapshot)
Inheritance

Properties

CategoriesCollectionChanges

Gets Categories collection changes.

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
PropertiesCollectionChanges

Gets Properties collection changes.

Applies to