ITableDataSource Interface

Visual Studio 2015
 

A source for data given to an ITableManager.

Namespace:   Microsoft.VisualStudio.Shell.TableManager
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public interface class ITableDataSource

NameDescription
System_CAPS_pubpropertyDisplayName

Localized name to identify the source in any UI displayed to the user. Can be null.

System_CAPS_pubpropertyIdentifier

Unique identifier of this data source.

System_CAPS_pubpropertySourceTypeIdentifier

Identifier that describes the type of entries provided by this source (e.g. StandardTableDataSources.CommentTableDataSource).

NameDescription
System_CAPS_pubmethodSubscribe(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.

Return to top
Show: