RemoteCollectionChanges.OldItems 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 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