Compartir a través de


FileChanges Class

Definition

Entity Changes Model for IFileSnapshot

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

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