RuleResultChanges.ItemsCollectionChanges Property
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.
Gets Items collection changes.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]
public Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IRuleResultItemSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.RuleResultItemChanges>? ItemsCollectionChanges { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>]
member this.ItemsCollectionChanges : Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IRuleResultItemSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.RuleResultItemChanges>
Public ReadOnly Property ItemsCollectionChanges As EntityCollectionChanges(Of IRuleResultItemSnapshot, RuleResultItemChanges)
Property Value
- Attributes