Share via


IWpfTableControl.UnsubscribeFromDataSource(ITableDataSource) Method

Definition

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.

Applies to