IQueryTrackUpdates<TEntity>.Updates 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.
The collection of updates.
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.ItemUpdate<TEntity>> Updates { get; }
member this.Updates : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.ItemUpdate<'Entity>>
Public ReadOnly Property Updates As IReadOnlyCollection(Of ItemUpdate(Of TEntity))
Property Value
IReadOnlyCollection<ItemUpdate<TEntity>>