RemoteCollectionChanges.NewItems Property

Definition

Gets the list of new items involved in the change.

[System.Runtime.Serialization.DataMember(Order=1)]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment>? NewItems { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.NewItems : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment>
Public ReadOnly Property NewItems As IReadOnlyCollection(Of MessagePackFragment)

Property Value

Attributes

Applies to