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