Compartilhar via


UIPropertyEditorChanges Class

Definition

Entity Changes Model for IUIPropertyEditorSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
MetadataCollectionChanges

Gets Metadata collection changes.

Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to