ITableDataSink.RemoveFactory(ITableEntriesSnapshotFactory) Method

Definition

Remove the specified ITableEntriesSnapshotFactory.

public:
 void RemoveFactory(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshotFactory ^ oldFactory);
public void RemoveFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory oldFactory);
abstract member RemoveFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory -> unit
Public Sub RemoveFactory (oldFactory As ITableEntriesSnapshotFactory)

Parameters

oldFactory
ITableEntriesSnapshotFactory

The old factory.

Remarks

oldFactory must be callable from any thread.

Applies to