Compartilhar via


ProjectContextChanges Class

Definition

Entity Changes Model for IProjectContextSnapshot

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