ITableDataSink.FactorySnapshotChanged(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.
Indiquez au récepteur que le GetCurrentSnapshot() pour factory
a changé.
public:
void FactorySnapshotChanged(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshotFactory ^ factory);
public void FactorySnapshotChanged (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory factory);
abstract member FactorySnapshotChanged : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory -> unit
Public Sub FactorySnapshotChanged (factory As ITableEntriesSnapshotFactory)
Paramètres
- factory
- ITableEntriesSnapshotFactory
qui ITableEntriesSnapshotFactory a un nouveau ITableEntriesSnapshot. Cela peut être null, ce qui indique qu’une ou plusieurs fabriques ont changé.