ITableDataSink.RemoveSnapshot(ITableEntriesSnapshot) 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.
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.