Share via


RemoteCollectionChanges.Reset(IList<MessagePackFragment>) Method

Definition

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.

Applies to