TableEntriesSnapshotBase Class
Helper class for those that want to implement only part of the ITableEntriesSnapshot interface.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.Shell.TableManager::TableEntriesSnapshotBase
Microsoft.VisualStudio.Shell.TableControl::WpfTableEntriesSnapshotBase
| Name | Description | |
|---|---|---|
![]() | TableEntriesSnapshotBase() | Creates a new instance of TableEntriesSnapshotBase. |
| Name | Description | |
|---|---|---|
![]() | Count | Number of entries in this snapshot. |
![]() | VersionNumber | Get the version number associated with the snapshot. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(Int32, ITableEntriesSnapshot^) | Returns the index of the entry at currentIndex in this snapshot in a later snapshot newSnapshot). |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | StartCaching() | Hint to the snapshot that there will be a lot of access to the snapshot's data. |
![]() | StopCaching() | Hint to the snapshot that the snapshot's entries will no longer be accessed. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(Int32, String^, Object^) | Get the data for the columnName of the entry at index. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


