ITableDataSink.FactorySnapshotChanged(ITableEntriesSnapshotFactory) 方法

定义

告诉接收器 GetCurrentSnapshot() ,为 factory 的 已更改。

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)

参数

factory
ITableEntriesSnapshotFactory

ITableEntriesSnapshotFactory具有新 ITableEntriesSnapshot的 。 这可以为 null,表示一个或多个工厂已更改。

适用于