OutputChanges Class

Definition

Entity Changes Model for IOutputSnapshot

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class OutputChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IOutputSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type OutputChanges = class
    inherit QueryEntityChangesBase<IOutputSnapshot>
Public Class OutputChanges
Inherits QueryEntityChangesBase(Of IOutputSnapshot)
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