UIPropertyChanges Class

Definition

Entity Changes Model for IUIPropertySnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
EditorsCollectionChanges

Gets Editors collection changes.

Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
ValuesCollectionChanges

Gets Values collection changes.

Applies to