Compartir a través de


ProjectChanges Class

Definition

Entity Changes Model for IProjectSnapshot

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

Properties

ActiveConfigurationsCollectionChanges

Gets ActiveConfigurations collection changes.

ChangedProperties

Gets information about the changed properties.

ConfigurationDimensionsCollectionChanges

Gets ConfigurationDimensions collection changes.

ConfigurationsCollectionChanges

Gets Configurations collection changes.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
ExternalFilesCollectionChanges

Gets ExternalFiles collection changes.

FilesCollectionChanges

Gets Files collection changes.

FoldersCollectionChanges

Gets Folders collection changes.

LaunchProfilesCollectionChanges

Gets LaunchProfiles collection changes.

LaunchProfileTypesCollectionChanges

Gets LaunchProfileTypes collection changes.

Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
ProjectReferencesCollectionChanges

Gets ProjectReferences collection changes.

PropertiesCollectionChanges

Gets Properties collection changes.

PropertyPagesCollectionChanges

Gets PropertyPages collection changes.

Applies to