Sdílet prostřednictvím


TableEntriesSnapshotFactoryBase.GetSnapshot(Int32) Method

Definition

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.

Implements

Applies to