TableEntriesSnapshotFactoryBase.GetSnapshot(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the snapshot associated with the specified versionNumber
. Return null if that snapshot
is no longer available.
public:
virtual Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ GetSnapshot(int versionNumber);
public virtual Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot GetSnapshot (int versionNumber);
abstract member GetSnapshot : int -> Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
override this.GetSnapshot : int -> Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
Public Overridable Function GetSnapshot (versionNumber As Integer) As ITableEntriesSnapshot
Parameters
- versionNumber
- Int32
The version number.
Returns
The snapshot, or null if that snapshot is no longer available.