Share via


EntityCollectionChanges<TEntity,TEntityChanges>.Added Property

Definition

Gets the set of added entities.

public System.Collections.Generic.IReadOnlyCollection<TEntity> Added { get; }
member this.Added : System.Collections.Generic.IReadOnlyCollection<'Entity (requires 'Entity :> Microsoft.VisualStudio.ProjectSystem.Query.IEntity)>
Public ReadOnly Property Added As IReadOnlyCollection(Of TEntity)

Property Value

Applies to