Share via


ProjectConfigurationChanges Class

Definition

Entity Changes Model for IProjectConfigurationSnapshot

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

Properties

AssemblyReferencesCollectionChanges

Gets AssemblyReferences collection changes.

BuildPropertiesCollectionChanges

Gets BuildProperties collection changes.

ChangedProperties

Gets information about the changed properties.

ConfigurationDimensionsCollectionChanges

Gets ConfigurationDimensions collection changes.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
OutputGroupsCollectionChanges

Gets OutputGroups collection changes.

PackageReferencesCollectionChanges

Gets PackageReferences collection changes.

Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
PropertiesCollectionChanges

Gets Properties collection changes.

Applies to