TableEntriesSnapshotFactoryBase.GetCurrentSnapshot Method

Definition

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

public:
 virtual Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ GetCurrentSnapshot();
public virtual Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot GetCurrentSnapshot ();
abstract member GetCurrentSnapshot : unit -> Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
override this.GetCurrentSnapshot : unit -> Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
Public Overridable Function GetCurrentSnapshot () As ITableEntriesSnapshot

Returns

Returns ITableEntriesSnapshot.

Implements

Applies to