IWpfTableControl.SubscribeToDataSource(ITableDataSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.