UIPropertyChanges 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 IUIPropertySnapshot
public class UIPropertyChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertySnapshot>
type UIPropertyChanges = class
inherit QueryEntityChangesBase<IUIPropertySnapshot>
Public Class UIPropertyChanges
Inherits QueryEntityChangesBase(Of IUIPropertySnapshot)
- Inheritance
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. |