Partager via


PropertyPageChanges Class

Definition

Entity Changes Model for IPropertyPageSnapshot

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

Properties

CategoriesCollectionChanges

Gets Categories collection changes.

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