LaunchProfileTypeChanges Class

Definition

Entity Changes Model for ILaunchProfileTypeSnapshot

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class LaunchProfileTypeChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type LaunchProfileTypeChanges = class
    inherit QueryEntityChangesBase<ILaunchProfileTypeSnapshot>
Public Class LaunchProfileTypeChanges
Inherits QueryEntityChangesBase(Of ILaunchProfileTypeSnapshot)
Inheritance
Attributes

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to