Freigeben über


ITableDataSink.AddSnapshot(ITableEntriesSnapshot, Boolean) Methode

Definition

Fügen Sie die angegebene ITableEntriesSnapshotFactoryhinzu.

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)

Parameter

newSnapshot
ITableEntriesSnapshot

Die neue Momentaufnahme.

removeAllSnapshots
Boolean

Bestimmt, ob alle Momentaufnahmen entfernt werden sollen.

Hinweise

newSnapshot muss von jedem Thread unveränderlich/aufrufbar sein.

Gilt für: