ITableDataSink.AddFactory(ITableEntriesSnapshotFactory, 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 AddFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory newFactory, bool removeAllFactories = false);
abstract member AddFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory * bool -> unit
Public Sub AddFactory (newFactory As ITableEntriesSnapshotFactory, Optional removeAllFactories As Boolean = false)
Paramètres
- newFactory
- ITableEntriesSnapshotFactory
La nouvelle usine.
- removeAllFactories
- Boolean
Détermine s’il faut supprimer toutes les fabriques.
Remarques
newFactory
doit pouvoir être appelé à partir de n’importe quel thread.