ITableDataSink.FactorySnapshotChanged(ITableEntriesSnapshotFactory) 메서드

정의

싱크에 의 factoryGetCurrentSnapshot() 변경되었음을 알릴 수 있습니다.

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

ITableEntriesSnapshotFactoryITableEntriesSnapshot가 있는 입니다. 이는 하나 이상의 공장이 변경되었음을 나타내는 null일 수 있습니다.

적용 대상