Compartilhar via


SolutionConfigurationChanges Class

Definition

Entity Changes Model for ISolutionConfigurationSnapshot

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class SolutionConfigurationChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionConfigurationSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type SolutionConfigurationChanges = class
    inherit QueryEntityChangesBase<ISolutionConfigurationSnapshot>
Public Class SolutionConfigurationChanges
Inherits QueryEntityChangesBase(Of ISolutionConfigurationSnapshot)
Inheritance
Attributes

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
ProjectContextsCollectionChanges

Gets ProjectContexts collection changes.

Applies to