SolutionFolderChanges 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 ISolutionFolderSnapshot
public class SolutionFolderChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot>
type SolutionFolderChanges = class
inherit QueryEntityChangesBase<ISolutionFolderSnapshot>
Public Class SolutionFolderChanges
Inherits QueryEntityChangesBase(Of ISolutionFolderSnapshot)
- Inheritance
Properties
ChangedProperties |
Gets information about the changed properties. |
Current |
Current IEntity. (Inherited from QueryEntityChangesBase<TEntity>) |
FilesCollectionChanges |
Gets Files collection changes. |
Previous |
Previous IEntity. (Inherited from QueryEntityChangesBase<TEntity>) |
ProjectsCollectionChanges |
Gets Projects collection changes. |
SolutionFoldersCollectionChanges |
Gets SolutionFolders collection changes. |