UIPropertyValueChanges Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entity Changes Model for IUIPropertyValueSnapshot
public class UIPropertyValueChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyValueSnapshot>
type UIPropertyValueChanges = class
inherit QueryEntityChangesBase<IUIPropertyValueSnapshot>
Public Class UIPropertyValueChanges
Inherits QueryEntityChangesBase(Of IUIPropertyValueSnapshot)
- Inheritance
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. |