ISinkToTableControlService Interface
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.
Service that can be used to get the IWpfTableControl associated with an ITableDataSink (if any).
public interface class ISinkToTableControlService
public interface ISinkToTableControlService
type ISinkToTableControlService = interface
Public Interface ISinkToTableControlService
Remarks
This is a MEF component part, and should be imported as follows:
[Import]
internal ISinkToTableControlService SinkToTableControlService { get; private set; }
Methods
TryGetTableControl(ITableDataSink, IWpfTableControl4) |
Try to get the IWpfTableControl4 that is using |