Microsoft.VisualStudio.Shell.TableManager Namespace

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 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.

Interfaces

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.

Enums

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.

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.