Compartir a través de


OutputChanges Class

Definition

Entity Changes Model for IOutputSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to