EntityCollectionChanges<TEntity,TEntityChanges>.Removed 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 the set of removed entities.
public System.Collections.Generic.IReadOnlyCollection<TEntity> Removed { get; }
member this.Removed : System.Collections.Generic.IReadOnlyCollection<'Entity (requires 'Entity :> Microsoft.VisualStudio.ProjectSystem.Query.IEntity)>
Public ReadOnly Property Removed As IReadOnlyCollection(Of TEntity)
Property Value
IReadOnlyCollection<TEntity>