ITableDataSink.ReplaceSnapshot(ITableEntriesSnapshot, ITableEntriesSnapshot) Methode

Definition

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.

Gilt für