Condividi tramite


ProjectContextChanges Class

Definition

Entity Changes Model for IProjectContextSnapshot

public class ProjectContextChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IProjectContextSnapshot>
type ProjectContextChanges = class
    inherit QueryEntityChangesBase<IProjectContextSnapshot>
Public Class ProjectContextChanges
Inherits QueryEntityChangesBase(Of IProjectContextSnapshot)
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