Condividi tramite


SolutionConfigurationChanges Class

Definition

Entity Changes Model for ISolutionConfigurationSnapshot

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

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