ProjectConfigurationChanges Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
RuleResultsCollectionChanges |
Gets RuleResults collection changes. |