IWpfTableControl.SubscribeToDataSource(ITableDataSource) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.