Microsoft.VisualStudio.Shell.TableManager Namespace
| Class | Description | |
|---|---|---|
![]() | Boxes | |
![]() | Boxes.ErrorRank | Indicates the rank of an in the error list (errors with a lower rank are, by default, displayed before errors with a higher rank). It is better, for performance reasons, to return values that have been boxed when returning though an out object. You can find boxed equivalents of these values in Microsoft.VisualStudio.Shell.TableManager.Boxes. |
![]() | Boxes.ErrorSource | The error source. |
![]() | StandardTableDataSources | Standard ITableDataSource.SourceTypeIdentifier> used by the Error and Task Lists. |
![]() | StandardTableKeyNames | Names of predefined keys for data in an ITableEntry. |
![]() | StandardTables | Standard ITableManager.Identifier used by the Error and Task Lists. |
![]() | TableEntriesSnapshotBase | Helper class for those that want to implement only part of the ITableEntriesSnapshot interface. |
![]() | TableEntriesSnapshotFactoryBase | Helper class for those that want to implement only part of the ITableEntriesSnapshotFactory interface. |
![]() | TableEntryBase | Helper class for those that want to implement only part of the ITableEntry interface. |
![]() | TableEntryExtensions | Overload class for getting typed data from an ITableEntry. |
| Interface | Description | |
|---|---|---|
![]() | ITableDataSink | Class used to consume data provided by an ITableDataSource. ITableDataSource can have multiple subscribers and each subscriber will have its own ITableDataSink. |
![]() | ITableDataSource | A source for data given to an ITableManager. |
![]() | ITableEntriesSnapshot | An abstraction for a fixed set of ITableEntry objects. |
![]() | ITableEntriesSnapshotFactory | A manager that provides stable snapshots of a collection of entries at a point in time. The factory can provide different snapshots over time (generating, for example, new snapshots after each build). |
![]() | ITableEntry | An entry that corresponds to a row of data in a table control. |
![]() | ITableManager | A manager for tabular data of a particular type. |
![]() | ITableManagerProvider | Provider for ITableManagers. |
| Enumeration | Description | |
|---|---|---|
![]() | ErrorRank | Value that indicates the rank of an in the error list (errors with a lower rank are, by default, displayed before errors with a higher rank). |
![]() | ErrorSource | Value that indicates the source of an error in the error list. |


