ISinkToTableControlService.TryGetTableControl 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.
Try to get the IWpfTableControl4 that is using sink
.
public:
bool TryGetTableControl(Microsoft::VisualStudio::Shell::TableManager::ITableDataSink ^ sink, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::TableControl::IWpfTableControl4 ^ % tableControl);
public bool TryGetTableControl (Microsoft.VisualStudio.Shell.TableManager.ITableDataSink sink, out Microsoft.VisualStudio.Shell.TableControl.IWpfTableControl4 tableControl);
abstract member TryGetTableControl : Microsoft.VisualStudio.Shell.TableManager.ITableDataSink * IWpfTableControl4 -> bool
Public Function TryGetTableControl (sink As ITableDataSink, ByRef tableControl As IWpfTableControl4) As Boolean
Parameters
- sink
- ITableDataSink
- tableControl
- IWpfTableControl4