ITableDataSink.FactorySnapshotChanged(ITableEntriesSnapshotFactory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tell the sink that the GetCurrentSnapshot() for factory
has changed.
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)
Parameters
- factory
- ITableEntriesSnapshotFactory
The ITableEntriesSnapshotFactory that has a new ITableEntriesSnapshot. This can be null, which indicates one or more factories have changed.