ITableDataSink.RemoveFactory(ITableEntriesSnapshotFactory) 方法

定义

删除指定的 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)

参数

oldFactory
ITableEntriesSnapshotFactory

旧工厂。

注解

oldFactory 必须可从任何线程调用。

适用于