Condividi tramite


SolutionChanges Class

Definition

Entity Changes Model for ISolutionSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
ProjectsCollectionChanges

Gets Projects collection changes.

PropertiesCollectionChanges

Gets Properties collection changes.

SolutionConfigurationsCollectionChanges

Gets SolutionConfigurations collection changes.

SolutionFoldersCollectionChanges

Gets SolutionFolders collection changes.

StartupProjectsCollectionChanges

Gets StartupProjects collection changes.

Applies to