共用方式為


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,表示一或多個處理站已變更。

適用於