Share via


ITableDataSink.FactorySnapshotChanged(ITableEntriesSnapshotFactory) Method

Definition

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.

Applies to