UIPropertyValueChanges Class

Definition

Entity Changes Model for IUIPropertyValueSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

ConfigurationDimensionsCollectionChanges

Gets ConfigurationDimensions collection changes.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
SupportedValuesCollectionChanges

Gets SupportedValues collection changes.

Applies to