ITableEntriesSnapshotFactory.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:
Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ GetSnapshot(int versionNumber);
public Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot GetSnapshot (int versionNumber);
abstract member GetSnapshot : int -> Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
Public Function GetSnapshot (versionNumber As Integer) As ITableEntriesSnapshot
Parameters
- versionNumber
- Int32
The version number
Returns
Returns ITableEntriesSnapshot.