Microsoft.VisualStudio.Shell.TableManager Namespace

Visual Studio 2015
 

ClassDescription
System_CAPS_pubclassBoxes

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

System_CAPS_pubclassBoxes.ErrorSource

The error source.

System_CAPS_pubclassStandardTableDataSources

Standard ITableDataSource.SourceTypeIdentifier> used by the Error and Task Lists.

System_CAPS_pubclassStandardTableKeyNames

Names of predefined keys for data in an ITableEntry.

System_CAPS_pubclassStandardTables

Standard ITableManager.Identifier used by the Error and Task Lists.

System_CAPS_pubclassTableEntriesSnapshotBase

Helper class for those that want to implement only part of the ITableEntriesSnapshot interface.

System_CAPS_pubclassTableEntriesSnapshotFactoryBase

Helper class for those that want to implement only part of the ITableEntriesSnapshotFactory interface.

System_CAPS_pubclassTableEntryBase

Helper class for those that want to implement only part of the ITableEntry interface.

System_CAPS_pubclassTableEntryExtensions

Overload class for getting typed data from an ITableEntry.

InterfaceDescription
System_CAPS_pubinterfaceITableDataSink

Class used to consume data provided by an ITableDataSource. ITableDataSource can have multiple subscribers and each subscriber will have its own ITableDataSink.

System_CAPS_pubinterfaceITableDataSource

A source for data given to an ITableManager.

System_CAPS_pubinterfaceITableEntriesSnapshot

An abstraction for a fixed set of ITableEntry objects.

System_CAPS_pubinterfaceITableEntriesSnapshotFactory

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

System_CAPS_pubinterfaceITableEntry

An entry that corresponds to a row of data in a table control.

System_CAPS_pubinterfaceITableManager

A manager for tabular data of a particular type.

System_CAPS_pubinterfaceITableManagerProvider

Provider for ITableManagers.

EnumerationDescription
System_CAPS_pubenumErrorRank

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

System_CAPS_pubenumErrorSource

Value that indicates the source of an error in the error list.

Return to top
Show: