ITableDataSink.RemoveFactory(ITableEntriesSnapshotFactory) 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.
Supprimez le spécifié ITableEntriesSnapshotFactory.
public:
void RemoveFactory(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshotFactory ^ oldFactory);
public void RemoveFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory oldFactory);
abstract member RemoveFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory -> unit
Public Sub RemoveFactory (oldFactory As ITableEntriesSnapshotFactory)
Paramètres
- oldFactory
- ITableEntriesSnapshotFactory
L’ancienne usine.
Remarques
oldFactory
doit pouvoir être appelé à partir de n’importe quel thread.