Condividi tramite


FileChanges Class

Definition

Entity Changes Model for IFileSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
PropertiesCollectionChanges

Gets Properties collection changes.

Applies to