RemoteCollectionChanges.Reset(IList<MessagePackFragment>) Method
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.
Constructs an instance of RemoteCollectionChanges for a Reset event.
public static Microsoft.VisualStudio.RpcContracts.RemoteUI.RemoteCollectionChanges Reset (System.Collections.Generic.IList<Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment> currentItems);
static member Reset : System.Collections.Generic.IList<Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment> -> Microsoft.VisualStudio.RpcContracts.RemoteUI.RemoteCollectionChanges
Public Shared Function Reset (currentItems As IList(Of MessagePackFragment)) As RemoteCollectionChanges
Parameters
- currentItems
- IList<MessagePackFragment>
The full list of items in the collection after the change.
Returns
The RemoteCollectionChanges value.