ITableDataSink.FactorySnapshotChanged(ITableEntriesSnapshotFactory) Method

Definition

Tell the sink that the ITableEntriesSnapshotFactory.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 <see cref="ITableEntriesSnapshotFactory"/> that has a new <see cref="ITableEntriesSnapsho"/>. This can be null, which indicates one or more factories have changed.

Applies to