Share via


RemoteCollectionChanges.OldItems Property

Definition

Gets the list of items affected by a Replace, or Remove, action. This property is omitted in events sent for IList collections for which the change can be fully defined by OldItemsCount and OldStartingIndex.

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

Property Value

Attributes

Applies to