Condividi tramite


ITableDataSink.AddSnapshot(ITableEntriesSnapshot, Boolean) Metodo

Definizione

Aggiungere l'oggetto specificato ITableEntriesSnapshotFactory.

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)

Parametri

newSnapshot
ITableEntriesSnapshot

Nuovo snapshot.

removeAllSnapshots
Boolean

Determina se rimuovere tutti gli snapshot.

Commenti

newSnapshot deve essere non modificabile/chiamabile da qualsiasi thread.

Si applica a