Microsoft.VisualStudio.Shell.TableManager Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
Boxes | |
Boxes.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). |
Boxes.ErrorSource |
Value that indicates the source of an error in the error list. |
Boxes.SuppressionState |
Value that indicates whether an error has been suppressed. |
StandardTableDataSources |
Standard SourceTypeIdentifier used by the Error and TaskLists. |
StandardTableKeyNames |
Names of predefined keys for data in an ITableEntry. |
StandardTables |
Standard 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. |
Interfaces
ITableDataSink |
Class used to consume data provided by an ITableDataSource. |
ITableDataSource |
A source for data given to an ITableManager. |
ITableEntriesSnapshot |
An abstraction for a fixed set of ITableEntrys. |
ITableEntriesSnapshotFactory |
A manager that provides stable snapshots of a collection of entries at a point in time. The factory can provide a 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. |
Enums
ErrorRank |
Value that indicates the rank of an entry 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. |
ItemOrigin |
Value that indicates the origin of an entry in the table. It is used for filtering out results from remote locations: The entry with lower value is kept and entry with higher value is discarded. User interface may also sort reference items by their origin. |
SuppressionState |
Value that indicates whether an error has been suppressed. |
SymbolReferenceKinds |
Value that indicate the kind of a symbol. |