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).

Namespace:   Microsoft.VisualStudio.Shell.TableManager
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public interface class ITableEntriesSnapshotFactory : IDisposable

NameDescription
System_CAPS_pubpropertyCurrentVersionNumber

Gets the version number associated with the current snapshot

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetCurrentSnapshot()

Get the current snapshot of the entries associated with the factory.

System_CAPS_pubmethodGetSnapshot(Int32)

Get the snapshot associated with the specified versionNumber. Return null if that snapshot is no longer available.

Return to top
Show: