IWpfTableControl.UnsubscribeFromDataSource(ITableDataSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
停止訂閱指定的 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
參數
- source
- ITableDataSource
來源。
傳回
傳回 Boolean。
備註
使用 autosubscribe = true 建立的 TableControls 不應該呼叫這個方法。