ITableDataSink.AddSnapshot(ITableEntriesSnapshot, Boolean) Method

Definition

Add the specified ITableEntriesSnapshotFactory.

public void AddSnapshot (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot newSnapshot, bool removeAllSnapshots = false);
abstract member AddSnapshot : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot * bool -> unit
Public Sub AddSnapshot (newSnapshot As ITableEntriesSnapshot, Optional removeAllSnapshots As Boolean = false)

Parameters

newSnapshot
ITableEntriesSnapshot

The new snapshot.

removeAllSnapshots
Boolean

Determines whether to remove all snapshots.

Remarks

newSnapshot must be immutable/callable from any thread.

Applies to