ITableDataSink.ReplaceFactory 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.
Remove oldFactory
and add newFactory
.
public:
void ReplaceFactory(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshotFactory ^ oldFactory, Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshotFactory ^ newFactory);
public void ReplaceFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory oldFactory, Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory newFactory);
abstract member ReplaceFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory * Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory -> unit
Public Sub ReplaceFactory (oldFactory As ITableEntriesSnapshotFactory, newFactory As ITableEntriesSnapshotFactory)
Parameters
- oldFactory
- ITableEntriesSnapshotFactory
The old factory.
- newFactory
- ITableEntriesSnapshotFactory
The new factory.
Remarks
oldFactory
and newFactory
must be callable from any thread.