ITableDataSink.AddFactory(ITableEntriesSnapshotFactory, Boolean) 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.
Add the specified ITableEntriesSnapshotFactory.
public void AddFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory newFactory, bool removeAllFactories = false);
abstract member AddFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory * bool -> unit
Public Sub AddFactory (newFactory As ITableEntriesSnapshotFactory, Optional removeAllFactories As Boolean = false)
Parameters
- newFactory
- ITableEntriesSnapshotFactory
The new factory.
- removeAllFactories
- Boolean
Determines whether to remove all factories.
Remarks
newFactory
must be callable from any thread.