ProjectChanges 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 IProjectSnapshot
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class ProjectChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type ProjectChanges = class
inherit QueryEntityChangesBase<IProjectSnapshot>
Public Class ProjectChanges
Inherits QueryEntityChangesBase(Of IProjectSnapshot)
- Inheritance
- Attributes
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. |