IWpfTableControl.SubscribeToDataSource(ITableDataSource) Method

Definition

Start subscribing to the ITableEntrys produced by a ITableDataSource.

public:
 void SubscribeToDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^ source);
public:
 void SubscribeToDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^ source);
void SubscribeToDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource const & source);
public void SubscribeToDataSource (Microsoft.VisualStudio.Shell.TableManager.ITableDataSource source);
abstract member SubscribeToDataSource : Microsoft.VisualStudio.Shell.TableManager.ITableDataSource -> unit
Public Sub SubscribeToDataSource (source As ITableDataSource)

Parameters

source
ITableDataSource

The source.

Remarks

A table control can only have a single subscription to any one ITableDataSource (though it can simultaneously subscribe to different sources).

TableControls created with autosubscribe = true should not call this method.

Applies to