ITableEntriesSnapshotFactory Interface
Visual Studio 2015
A manager that provides stable snapshots of a collection of entries at a point in time. The factory can provide different snapshots over time (generating, for example, new snapshots after each build).
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentVersionNumber | Gets the version number associated with the current snapshot |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetCurrentSnapshot() | Get the current snapshot of the entries associated with the factory. |
![]() | GetSnapshot(Int32) | Get the snapshot associated with the specified versionNumber. Return null if that snapshot is no longer available. |
Show:

