Share via


EntityCollectionChanges<TEntity,TEntityChanges>.Removed Property

Definition

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

Applies to