Partager via


IWpfTableControl.SubscribeToDataSource(ITableDataSource) Méthode

Définition

Commencez à vous abonner aux ITableEntrys produits par un 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)

Paramètres

source
ITableDataSource

Source.

Remarques

Un contrôle de table ne peut avoir qu’un seul abonnement ( ITableDataSource bien qu’il puisse s’abonner simultanément à différentes sources).

Les TableControls créés avec l’inscription automatique = true ne doivent pas appeler cette méthode.

S’applique à