Compartir a través de


SolutionFolderChanges Class

Definition

Entity Changes Model for ISolutionFolderSnapshot

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class SolutionFolderChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type SolutionFolderChanges = class
    inherit QueryEntityChangesBase<ISolutionFolderSnapshot>
Public Class SolutionFolderChanges
Inherits QueryEntityChangesBase(Of ISolutionFolderSnapshot)
Inheritance
Attributes

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.

Applies to