IWpfTableControl.UnsubscribeFromDataSource(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.
Arrêtez l’abonnement au spécifié ITableDataSource.
public:
bool UnsubscribeFromDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^ source);
public:
bool UnsubscribeFromDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^ source);
bool UnsubscribeFromDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource const & source);
public bool UnsubscribeFromDataSource (Microsoft.VisualStudio.Shell.TableManager.ITableDataSource source);
abstract member UnsubscribeFromDataSource : Microsoft.VisualStudio.Shell.TableManager.ITableDataSource -> bool
Public Function UnsubscribeFromDataSource (source As ITableDataSource) As Boolean
Paramètres
- source
- ITableDataSource
Source.
Retours
Retourne Boolean.
Remarques
Les TableControls créés avec l’inscription automatique = true ne doivent pas appeler cette méthode.