ITableDataSink.AddSnapshot(ITableEntriesSnapshot, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoutez le spécifié 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)
Paramètres
- newSnapshot
- ITableEntriesSnapshot
Nouvelle instantané.
- removeAllSnapshots
- Boolean
Détermine s’il faut supprimer tous les instantanés.
Remarques
newSnapshot
doit être immuable/callable à partir de n’importe quel thread.