ITableDataSink.ReplaceSnapshot(ITableEntriesSnapshot, ITableEntriesSnapshot) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entfernen oldSnapshot und hinzufügen newSnapshot .
public:
void ReplaceSnapshot(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ oldSnapshot, Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ newSnapshot);
public void ReplaceSnapshot (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot oldSnapshot, Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot newSnapshot);
abstract member ReplaceSnapshot : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot * Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot -> unit
Public Sub ReplaceSnapshot (oldSnapshot As ITableEntriesSnapshot, newSnapshot As ITableEntriesSnapshot)
Parameter
- oldSnapshot
- ITableEntriesSnapshot
Die alte Momentaufnahme.
- newSnapshot
- ITableEntriesSnapshot
Die neue Momentaufnahme.
Hinweise
oldSnapshot und newSnapshot müssen von einem beliebigen Thread unveränderlich/aufrufbar sein.