ITableDataSink.RemoveSnapshot(ITableEntriesSnapshot) Method

Definition

Remove the specified snapshot.

public:
 void RemoveSnapshot(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ oldSnapshot);
public void RemoveSnapshot (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot oldSnapshot);
abstract member RemoveSnapshot : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot -> unit
Public Sub RemoveSnapshot (oldSnapshot As ITableEntriesSnapshot)

Parameters

oldSnapshot
ITableEntriesSnapshot

The old snapshot.

Remarks

oldSnapshot must be immutable/callable from any thread.

Applies to