RuleResultItemChanges Class

Definition

Entity Changes Model for IRuleResultItemSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to