ITableDataSource Interface
Visual Studio 2015
A source for data given to an ITableManager.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayName | Localized name to identify the source in any UI displayed to the user. Can be null. |
![]() | Identifier | Unique identifier of this data source. |
![]() | SourceTypeIdentifier | Identifier that describes the type of entries provided by this source (e.g. StandardTableDataSources.CommentTableDataSource). |
| Name | Description | |
|---|---|---|
![]() | Subscribe(ITableDataSink^) | Subscribe to ITableEntry objects created by this data source. |
All methods on this interface can be called from either the main thread or a background thread.
Show:

