WpfTableEntriesSnapshotBase Class
Helper class for those that want to implement only part of the IWpfTableEntriesSnapshot 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 | |
|---|---|---|
![]() | WpfTableEntriesSnapshotBase() | Creates a new instance of WpfTableEntriesSnapshotBase. |
| Name | Description | |
|---|---|---|
![]() | Count | Number of entries in this snapshot.(Inherited from TableEntriesSnapshotBase.) |
![]() | VersionNumber | Get the version number associated with the snapshot.(Inherited from TableEntriesSnapshotBase.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateDetailsContent(Int32) | Indicates whether the virtual entry at position index has details content that can be displayed. |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from TableEntriesSnapshotBase.) |
![]() | 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).(Inherited from TableEntriesSnapshotBase.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | StartCaching() | Hint to the snapshot that there will be a lot of access to the snapshot's data.(Inherited from TableEntriesSnapshotBase.) |
![]() | StopCaching() | Hint to the snapshot that the snapshot's entries will no longer be accessed.(Inherited from TableEntriesSnapshotBase.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryCreateColumnContent(Int32, String^, Boolean, FrameworkElement^) | Get the FrameworkElement for the virtual entry at position index and columnName. |
![]() | TryCreateDetailsContent(Int32, FrameworkElement^) | Indicates whether the virtual entry at position index has details content that can be displayed. |
![]() | TryCreateDetailsStringContent(Int32, String^) | Get the string equivalent of the details content for the virtual entry index (used for search and copy and paste). |
![]() | TryCreateImageContent(Int32, String^, Boolean, ImageMoniker) | Get the ImageMoniker for the virtual entry at position index and columnName. |
![]() | TryCreateStringContent(Int32, String^, Boolean, Boolean, String^) | Get the <see cref="string"/> for the virtual entry at position <index and columnName. |
![]() | TryCreateToolTip(Int32, String^, Object^) | Get the tooltip for the entry and columnName. |
![]() | TryGetValue(Int32, String^, Object^) | Get the data for the columnName of the entry at index.(Inherited from TableEntriesSnapshotBase.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


