Compartir a través de


FolderChanges Class

Definition

Entity Changes Model for IFolderSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
FilesCollectionChanges

Gets Files collection changes.

FoldersCollectionChanges

Gets Folders collection changes.

Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to