ITableDataSink.AddFactory(ITableEntriesSnapshotFactory, Boolean) Method

Definition

Add the specified newFactory.

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.

Applies to