IWpfTableControl.UnsubscribeFromDataSource(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.
Stop subscribing to the specified 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
Parameters
- source
- ITableDataSource
The source.
Returns
Returns Boolean.
Remarks
TableControls created with autosubscribe = true should not call this method.