ITableDataSink.AddSnapshot(ITableEntriesSnapshot, Boolean) 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.
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.