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