Freigeben über


IWpfTableControl.UnsubscribeFromDataSource(ITableDataSource) Methode

Definition

Beenden Sie das Abonnieren des angegebenen 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

Parameter

source
ITableDataSource

Die Quelle.

Gibt zurück

Gibt Boolean zurück.

Hinweise

TableControls, die mit autosubscribe = true erstellt wurden, sollten diese Methode nicht aufrufen.

Gilt für: